Skip to content

Commit 6fce4c4

Browse files
committed
MAINT: Update nox supported python versions
1 parent 148bf66 commit 6fce4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import nox
44

5-
_py_versions = range(9, 13)
5+
_py_versions = range(11, 14)
66

77

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

0 commit comments

Comments
 (0)