Skip to content

Commit f081cce

Browse files
committed
fix:
1 parent 2ab2642 commit f081cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
package = "checkedid"
26-
python_versions = ["3.11", "3.10", "3.9", "3.8", "3.7"]
26+
python_versions = ["3.10", "3.9", "3.8", "3.7", "3.11"]
2727
nox.needs_version = ">= 2021.6.6"
2828
nox.options.sessions = (
2929
"pre-commit",

0 commit comments

Comments
 (0)