We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cc6c7 commit 35ac50aCopy full SHA for 35ac50a
1 file changed
noxfile.py
@@ -2,7 +2,7 @@
2
from nox.sessions import Session
3
4
5
-@nox.session(python=("3.8", "3.9", "3.10", "3.11"))
+@nox.session(python=("3.10", "3.11", "3.12", "3.13"))
6
def tests(session: Session):
7
# fmt: off
8
session.run(
0 commit comments