Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ filelock==3.29.0
# via
# python-discovery
# virtualenv
importlib-metadata==9.0.0
importlib-metadata==9.0.0 ; python_full_version < '3.10.2'
# via build
macholib==1.16.4
# via delocate
packaging==26.2
# via
# build
# delocate
pip==26.1.1
pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32'
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
Expand All @@ -30,13 +30,13 @@ pyproject-hooks==1.2.0
# via build
python-discovery==1.3.0
# via virtualenv
tomli==2.4.1
tomli==2.4.1 ; python_full_version < '3.11'
# via build
typing-extensions==4.15.0
# via
# delocate
# virtualenv
virtualenv==21.3.1
# via -r cibuildwheel/resources/constraints.in
zipp==3.23.1
zipp==3.23.1 ; python_full_version < '3.10.2'
# via importlib-metadata
3 changes: 1 addition & 2 deletions cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ packaging==26.2
# via
# build
# delocate
pip==26.1.1; implementation_name != "graalpy" or platform_system != "Windows"
pip==26.0.1; implementation_name == "graalpy" and platform_system == "Windows"
pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32'
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
Expand Down
3 changes: 1 addition & 2 deletions cibuildwheel/resources/constraints-python312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ packaging==26.2
# via
# build
# delocate
pip==26.1.1; implementation_name != "graalpy" or platform_system != "Windows"
pip==26.0.1; implementation_name == "graalpy" and platform_system == "Windows"
pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32'
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packaging==26.2
# via
# build
# delocate
pip==26.1.1
pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32'
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python314.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packaging==26.2
# via
# build
# delocate
pip==26.1.1
pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32'
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python315.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packaging==26.2
# via
# build
# delocate
pip==26.1.1
pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32'
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
Expand Down
8 changes: 3 additions & 5 deletions cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ filelock==3.19.1
# via
# python-discovery
# virtualenv
importlib-metadata==8.7.1
importlib-metadata==8.7.1 ; python_full_version < '3.10.2'
# via build
macholib==1.16.4
# via delocate
packaging==26.2
# via
# build
# delocate
pip==26.0.1
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.4.0
# via
# python-discovery
Expand All @@ -30,13 +28,13 @@ pyproject-hooks==1.2.0
# via build
python-discovery==1.3.0
# via virtualenv
tomli==2.4.1
tomli==2.4.1 ; python_full_version < '3.11'
# via build
typing-extensions==4.15.0
# via
# delocate
# virtualenv
virtualenv==21.3.1
# via -r cibuildwheel/resources/constraints.in
zipp==3.23.1
zipp==3.23.1 ; python_full_version < '3.10.2'
# via importlib-metadata
3 changes: 2 additions & 1 deletion cibuildwheel/resources/constraints.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pip
pip>=26.1.1; (implementation_name != "graalpy" or platform_system != "Windows") and python_version >= "3.10"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pip>=26.1.1; (implementation_name != "graalpy" or platform_system != "Windows") and python_version >= "3.10"
pip>=26.1.1; (implementation_name != "graalpy" or platform_system != "Windows") and python_version >= "3.10" and python_version < "3.13"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't quite work, because the ones that don't match don't get put into the constraints file.

pip<26.1.1; implementation_name == "graalpy" and platform_system == "Windows"
Comment thread
agriyakhetarpal marked this conversation as resolved.
Outdated
build
delocate
virtualenv
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ packaging==26.2
# via
# build
# delocate
pip==26.1.1
pip==26.1.1 ; implementation_name != 'graalpy' or sys_platform != 'win32'
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.9.6
# via
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def update_constraints(session: nox.Session) -> None:
"compile",
f"--python-version={python_version}",
"--upgrade",
"--no-strip-markers",
resources / "constraints.in",
f"--output-file={output_file}",
env=env,
Expand Down
Loading