Skip to content

Commit

Permalink
Merge pull request #1 from j4mie/python-3.11-3.12
Browse files Browse the repository at this point in the history
Add Python 3.11 and 3.12 to test matrix
  • Loading branch information
j4mie authored Mar 21, 2024
2 parents 0d0aa1c + 4fda8ee commit f76dab8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==22.3.0
blacken-docs==1.12.1
flake8==4.0.1
isort==5.10.1
black==24.3.0
blacken-docs==1.16.0
flake8==7.0.0
isort==5.13.2

0 comments on commit f76dab8

Please sign in to comment.