feat: add Python 3.13 beta 1 (#1815)

This commit is contained in:
Matthieu Darbois
2024-05-11 20:26:18 -04:00
committed by GitHub
parent c0217440e8
commit 44c4742477
11 changed files with 67 additions and 12 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ def update_constraints(session: nox.Session) -> None:
if getattr(session.virtualenv, "venv_backend", "") != "uv":
session.install("uv>=0.1.23")
for minor_version in range(7, 13):
for minor_version in range(7, 14):
python_version = f"3.{minor_version}"
env = os.environ.copy()
# CUSTOM_COMPILE_COMMAND is a pip-compile option that tells users how to