Skip to content

Commit

Permalink
Merge pull request #524 from pyinat/py312
Browse files Browse the repository at this point in the history
Add tests for python 3.12
  • Loading branch information
JWCook authored Nov 8, 2023
2 parents 6d9883d + 6e3ac12 commit 80bd3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]


@session(python=['3.7', '3.8', '3.9', '3.10'])
@session(python=['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'])
def test(session):
"""Run tests for a specific python version"""
test_paths = session.posargs or ['test']
Expand Down

0 comments on commit 80bd3a1

Please sign in to comment.