Skip to content

Commit 20a616e

Browse files
committed
Bump max supported CPython version in noxfile.py
1 parent 5c19097 commit 20a616e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,8 +955,8 @@ def test_version_limits(session: nox.Session):
955955
config_file.set("CPython", "3.6")
956956
_run_cargo(session, "check", env=env, expect_error=True)
957957

958-
assert "3.15" not in PY_VERSIONS
959-
config_file.set("CPython", "3.15")
958+
assert "3.16" not in PY_VERSIONS
959+
config_file.set("CPython", "3.16")
960960
_run_cargo(session, "check", env=env, expect_error=True)
961961

962962
# 3.15 CPython should build if abi3 is explicitly requested

0 commit comments

Comments
 (0)