Skip to content

Commit 0577a3d

Browse files
committed
Revert envorce of Python version by noxfile.py
1 parent 4c7167c commit 0577a3d

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
@@ -5,7 +5,7 @@
55
nox.options.reuse_existing_virtualenvs = True
66

77

8-
@nox.session(python="3.13", default=False)
8+
@nox.session(default=False)
99
def docs(session):
1010
"""
1111
Build the documentation and, optionally with '-- live', run a web server.

0 commit comments

Comments
 (0)