Skip to content

Commit

Permalink
update noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Apr 26, 2024
1 parent d031f04 commit 6ae81e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# set the test parameters
verbose = False
python_versions_to_test = ["3.8", "3.9", "3.10", "3.11", "3.12"]
python_versions_to_test = ["3.9", "3.10", "3.11", "3.12"]
nox.options.stop_on_first_error = True
nox.options.error_on_missing_interpreters = True
nox.options.default_venv_backend = 'virtualenv'
Expand Down

0 comments on commit 6ae81e7

Please sign in to comment.