Skip to content

Commit bea2a15

Browse files
Use the default python3 version for nox in development (#694)
Co-authored-by: Pradyun Gedam <[email protected]>
1 parent 01ae9c5 commit bea2a15

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
@@ -8,7 +8,7 @@
88
nox.options.error_on_external_run = True
99

1010

11-
@nox.session(python="3.5")
11+
@nox.session(python="3")
1212
def dev(session):
1313
session.install("-r", "requirements.txt")
1414

0 commit comments

Comments
 (0)