Skip to content

Commit

Permalink
We can't update the 3.6 pins in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Jan 20, 2024
1 parent 9879937 commit 4ca5d7c
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 @@ -9,7 +9,7 @@

nox.options.sessions = ["lint", "pylint", "check_manifest", "tests"]

PYTHON_ALL_VERSIONS = ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
PYTHON_ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

DIR = Path(__file__).parent.resolve()

Expand Down

0 comments on commit 4ca5d7c

Please sign in to comment.