We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c19097 commit 20a616eCopy full SHA for 20a616e
noxfile.py
@@ -955,8 +955,8 @@ def test_version_limits(session: nox.Session):
955
config_file.set("CPython", "3.6")
956
_run_cargo(session, "check", env=env, expect_error=True)
957
958
- assert "3.15" not in PY_VERSIONS
959
- config_file.set("CPython", "3.15")
+ assert "3.16" not in PY_VERSIONS
+ config_file.set("CPython", "3.16")
960
961
962
# 3.15 CPython should build if abi3 is explicitly requested
0 commit comments