Skip to content

Commit

Permalink
Add Python 3.12 to test matrix (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianonicolai authored Oct 11, 2023
1 parent 1775788 commit 1459168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage
pytest>=6,<8.0.0
setuptools
1 change: 1 addition & 0 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ referencing==0.30.2
resolvelib==1.0.1
rich==13.5.2
rpds-py==0.10.2
setuptools==68.2.2
subprocess-tee==0.4.1
tomli==2.0.1
typing-extensions==4.7.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: coactions/dynamic-matrix@v1
with:
min_python: "3.7"
max_python: "3.11"
max_python: "3.12"
other_names: |
lint
pkg
Expand Down

0 comments on commit 1459168

Please sign in to comment.