Skip to content

Commit

Permalink
fix: rev version of python for use noxfile.py (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
iennae committed Aug 22, 2024
1 parent 21d4d6b commit d9da8db
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 @@ -55,7 +55,7 @@ def run_test(session, dir):
success_codes=[0, 5])


@nox.session(python="3.7")
@nox.session(python="3.12")
@nox.parametrize('dir', DIRS)
def run_tests(session, dir=None):
"""Run all tests for all directories (slow!)"""
Expand Down

0 comments on commit d9da8db

Please sign in to comment.