Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Dec 22, 2022
1 parent 2ab2642 commit f081cce
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 @@ -23,7 +23,7 @@


package = "checkedid"
python_versions = ["3.11", "3.10", "3.9", "3.8", "3.7"]
python_versions = ["3.10", "3.9", "3.8", "3.7", "3.11"]
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",
Expand Down

0 comments on commit f081cce

Please sign in to comment.