Skip to content

Commit 6ae81e7

Browse files
update noxfile
1 parent d031f04 commit 6ae81e7

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
@@ -16,7 +16,7 @@
1616

1717
# set the test parameters
1818
verbose = False
19-
python_versions_to_test = ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python_versions_to_test = ["3.9", "3.10", "3.11", "3.12"]
2020
nox.options.stop_on_first_error = True
2121
nox.options.error_on_missing_interpreters = True
2222
nox.options.default_venv_backend = 'virtualenv'

0 commit comments

Comments
 (0)