Skip to content

Commit

Permalink
Add py 3.12 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
artofhuman committed Dec 18, 2023
1 parent 8ab2529 commit d38a91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
extras: ["[diagrams]"]
include:
- python-version: "3.11"
- python-version: "3.12"
extras: "[]"
- python-version: "3.11"
- python-version: "3.12"
extras: "[diagrams,mypy]"

steps:
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import nox


python = ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11"]
python = ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
nox.options.stop_on_first_error = True


Expand Down

0 comments on commit d38a91d

Please sign in to comment.