Skip to content

Commit

Permalink
DEV: added 3.13 test to nox
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinHuttley committed Feb 27, 2025
1 parent 067ba45 commit 7300e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import nox

_py_versions = range(10, 13)
_py_versions = range(10, 14)


@nox.session(python=[f"3.{v}" for v in _py_versions])
Expand Down

0 comments on commit 7300e32

Please sign in to comment.