diff --git a/noxfile.py b/noxfile.py index 0075056..1106529 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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",