[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:
co-authored by
cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
mayeut
parent
059d8ea25a
commit
4db404ca50
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user