Skip to content

Commit

Permalink
Merge pull request #3332 from davidhewitt/check-new-versions
Browse files Browse the repository at this point in the history
add 3.12 and PyPy 3.10 to clippy jobs
  • Loading branch information
adamreichold committed Jul 21, 2023
2 parents 229d025 + 12e9db8 commit e75d773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@


PYO3_DIR = Path(__file__).parent
PY_VERSIONS = ("3.7", "3.8", "3.9", "3.10", "3.11")
PYPY_VERSIONS = ("3.7", "3.8", "3.9")
PY_VERSIONS = ("3.7", "3.8", "3.9", "3.10", "3.11", "3.12")
PYPY_VERSIONS = ("3.7", "3.8", "3.9", "3.10")


@nox.session(venv_backend="none")
Expand Down

0 comments on commit e75d773

Please sign in to comment.