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
JWCook authored Nov 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 6d9883d + 6e3ac12 commit 80bd3a1
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
@@ -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
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit 80bd3a1

Please sign in to comment.