diff --git a/noxfile.py b/noxfile.py index 72fedad..4ee81ae 100644 --- a/noxfile.py +++ b/noxfile.py @@ -15,7 +15,7 @@ assert DEPS_DIR.is_dir(), "Invalid configuration" -PYTHONS = ["3.8", "3.9", "3.10", "3.11"] +PYTHONS = ["3.8", "3.9", "3.10", "3.11", "3.12"] @nox.session(python=False)