[Bot] Update dependencies (#2332)

* Update dependencies

* fix: stop producing `cibuildwheel/resources/constraints-python37.txt`

---------

Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
Co-authored-by: mayeut <mayeut@users.noreply.github.com>
This commit is contained in:
cibuildwheel-bot[bot]
2025-03-24 11:50:40 -04:00
committed by GitHub
co-authored by cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> mayeut
parent 059d8ea25a
commit 4db404ca50
11 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ def update_constraints(session: nox.Session) -> None:
if session.venv_backend != "uv":
session.install("uv>=0.1.23")
for minor_version in range(7, 14):
for minor_version in range(8, 14):
python_version = f"3.{minor_version}"
env = os.environ.copy()
# CUSTOM_COMPILE_COMMAND is a pip-compile option that tells users how to