Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
64 changes: 32 additions & 32 deletions cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,18 @@ python_configurations = [
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" },
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" },
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.10/python-3.12.10-macos11.pkg" },
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg" },
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg" },
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg" },
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg" },
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg" },
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.7/python-3.13.7-macos11.pkg" },
{ identifier = "cp314-macosx_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-macos11.pkg" },
{ identifier = "cp314-macosx_arm64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-macos11.pkg" },
{ identifier = "cp314-macosx_universal2", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-macos11.pkg" },
{ identifier = "cp314t-macosx_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-macos11.pkg" },
{ identifier = "cp314t-macosx_arm64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-macos11.pkg" },
{ identifier = "cp314t-macosx_universal2", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-macos11.pkg" },
{ identifier = "cp313-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.8/python-3.13.8-macos11.pkg" },
{ identifier = "cp313-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.8/python-3.13.8-macos11.pkg" },
{ identifier = "cp313-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.8/python-3.13.8-macos11.pkg" },
{ identifier = "cp313t-macosx_x86_64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.8/python-3.13.8-macos11.pkg" },
{ identifier = "cp313t-macosx_arm64", version = "3.13", url = "https://www.python.org/ftp/python/3.13.8/python-3.13.8-macos11.pkg" },
{ identifier = "cp313t-macosx_universal2", version = "3.13", url = "https://www.python.org/ftp/python/3.13.8/python-3.13.8-macos11.pkg" },
{ identifier = "cp314-macosx_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-macos11.pkg" },
{ identifier = "cp314-macosx_arm64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-macos11.pkg" },
{ identifier = "cp314-macosx_universal2", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-macos11.pkg" },
{ identifier = "cp314t-macosx_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-macos11.pkg" },
{ identifier = "cp314t-macosx_arm64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-macos11.pkg" },
{ identifier = "cp314t-macosx_universal2", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-macos11.pkg" },
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" },
{ identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_x86_64.tar.bz2" },
Expand All @@ -199,22 +199,22 @@ python_configurations = [
{ identifier = "cp311-win_amd64", version = "3.11.9" },
{ identifier = "cp312-win32", version = "3.12.10" },
{ identifier = "cp312-win_amd64", version = "3.12.10" },
{ identifier = "cp313-win32", version = "3.13.7" },
{ identifier = "cp313t-win32", version = "3.13.7" },
{ identifier = "cp313-win_amd64", version = "3.13.7" },
{ identifier = "cp313t-win_amd64", version = "3.13.7" },
{ identifier = "cp314-win32", version = "3.14.0-rc3" },
{ identifier = "cp314t-win32", version = "3.14.0-rc3" },
{ identifier = "cp314-win_amd64", version = "3.14.0-rc3" },
{ identifier = "cp314t-win_amd64", version = "3.14.0-rc3" },
{ identifier = "cp313-win32", version = "3.13.8" },
{ identifier = "cp313t-win32", version = "3.13.8" },
{ identifier = "cp313-win_amd64", version = "3.13.8" },
{ identifier = "cp313t-win_amd64", version = "3.13.8" },
{ identifier = "cp314-win32", version = "3.14.0" },
{ identifier = "cp314t-win32", version = "3.14.0" },
{ identifier = "cp314-win_amd64", version = "3.14.0" },
{ identifier = "cp314t-win_amd64", version = "3.14.0" },
{ identifier = "cp39-win_arm64", version = "3.9.10" },
{ identifier = "cp310-win_arm64", version = "3.10.11" },
{ identifier = "cp311-win_arm64", version = "3.11.9" },
{ identifier = "cp312-win_arm64", version = "3.12.10" },
{ identifier = "cp313-win_arm64", version = "3.13.7" },
{ identifier = "cp313t-win_arm64", version = "3.13.7" },
{ identifier = "cp314-win_arm64", version = "3.14.0-rc3" },
{ identifier = "cp314t-win_arm64", version = "3.14.0-rc3" },
{ identifier = "cp313-win_arm64", version = "3.13.8" },
{ identifier = "cp313t-win_arm64", version = "3.13.8" },
{ identifier = "cp314-win_arm64", version = "3.14.0" },
{ identifier = "cp314t-win_arm64", version = "3.14.0" },
{ identifier = "pp38-win_amd64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip" },
{ identifier = "pp310-win_amd64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.19-win64.zip" },
Expand All @@ -233,16 +233,16 @@ python_configurations = [
python_configurations = [
{ identifier = "cp313-android_arm64_v8a", version = "3.13", url = "https://repo.maven.apache.org/maven2/com/chaquo/python/python/3.13.7/python-3.13.7-aarch64-linux-android.tar.gz" },
{ identifier = "cp313-android_x86_64", version = "3.13", url = "https://repo.maven.apache.org/maven2/com/chaquo/python/python/3.13.7/python-3.13.7-x86_64-linux-android.tar.gz" },
{ identifier = "cp314-android_arm64_v8a", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-aarch64-linux-android.tar.gz" },
{ identifier = "cp314-android_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0rc3-x86_64-linux-android.tar.gz" },
{ identifier = "cp314-android_arm64_v8a", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-aarch64-linux-android.tar.gz" },
{ identifier = "cp314-android_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.0/python-3.14.0-x86_64-linux-android.tar.gz" },
]

[ios]
python_configurations = [
{ identifier = "cp313-ios_arm64_iphoneos", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b11/Python-3.13-iOS-support.b11.tar.gz" },
{ identifier = "cp313-ios_x86_64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b11/Python-3.13-iOS-support.b11.tar.gz" },
{ identifier = "cp313-ios_arm64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b11/Python-3.13-iOS-support.b11.tar.gz" },
{ identifier = "cp314-ios_arm64_iphoneos", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b7/Python-3.14-iOS-support.b7.tar.gz" },
{ identifier = "cp314-ios_x86_64_iphonesimulator", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b7/Python-3.14-iOS-support.b7.tar.gz" },
{ identifier = "cp314-ios_arm64_iphonesimulator", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b7/Python-3.14-iOS-support.b7.tar.gz" },
{ identifier = "cp313-ios_arm64_iphoneos", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b12/Python-3.13-iOS-support.b12.tar.gz" },
{ identifier = "cp313-ios_x86_64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b12/Python-3.13-iOS-support.b12.tar.gz" },
{ identifier = "cp313-ios_arm64_iphonesimulator", version = "3.13", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.13-b12/Python-3.13-iOS-support.b12.tar.gz" },
{ identifier = "cp314-ios_arm64_iphoneos", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b8/Python-3.14-iOS-support.b8.tar.gz" },
{ identifier = "cp314-ios_x86_64_iphonesimulator", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b8/Python-3.14-iOS-support.b8.tar.gz" },
{ identifier = "cp314-ios_arm64_iphonesimulator", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b8/Python-3.14-iOS-support.b8.tar.gz" },
]
16 changes: 8 additions & 8 deletions cibuildwheel/resources/constraints-pyodide312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build==1.2.2.post1
# via
# -r .nox/update_constraints/tmp/constraints-pyodide.in
# pyodide-build
certifi==2025.8.3
certifi==2025.10.5
# via
# httpcore
# httpx
Expand All @@ -23,7 +23,7 @@ click==8.1.8
# typer
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
h11==0.16.0
# via httpcore
Expand All @@ -50,15 +50,15 @@ packaging==25.0
# unearth
pip==25.2
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
platformdirs==4.4.0
platformdirs==4.5.0
# via
# pyodide-build
# virtualenv
pydantic==2.11.9
pydantic==2.12.0
# via
# pyodide-build
# pyodide-lock
pydantic-core==2.33.2
pydantic-core==2.41.1
# via pydantic
pygments==2.19.2
# via rich
Expand All @@ -76,7 +76,7 @@ requests==2.32.5
# via pyodide-build
resolvelib==1.2.0
# via pyodide-build
rich==14.1.0
rich==14.2.0
# via
# pyodide-build
# pyodide-cli
Expand All @@ -101,13 +101,13 @@ typing-extensions==4.15.0
# pydantic-core
# typer
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
unearth==0.17.5
# via pyodide-build
urllib3==2.5.0
# via requests
virtualenv==20.34.0
virtualenv==20.35.2
# via
# build
# pyodide-build
Expand Down
16 changes: 8 additions & 8 deletions cibuildwheel/resources/constraints-pyodide313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build==1.2.2.post1
# via
# -r .nox/update_constraints/tmp/constraints-pyodide.in
# pyodide-build
certifi==2025.8.3
certifi==2025.10.5
# via
# httpcore
# httpx
Expand All @@ -23,7 +23,7 @@ click==8.1.8
# typer
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
h11==0.16.0
# via httpcore
Expand All @@ -50,15 +50,15 @@ packaging==25.0
# unearth
pip==25.2
# via -r .nox/update_constraints/tmp/constraints-pyodide.in
platformdirs==4.4.0
platformdirs==4.5.0
# via
# pyodide-build
# virtualenv
pydantic==2.11.9
pydantic==2.12.0
# via
# pyodide-build
# pyodide-lock
pydantic-core==2.33.2
pydantic-core==2.41.1
# via pydantic
pygments==2.19.2
# via rich
Expand All @@ -76,7 +76,7 @@ requests==2.32.5
# via pyodide-build
resolvelib==1.2.0
# via pyodide-build
rich==14.1.0
rich==14.2.0
# via
# pyodide-build
# pyodide-cli
Expand All @@ -100,13 +100,13 @@ typing-extensions==4.15.0
# pydantic-core
# typer
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
unearth==0.17.5
# via pyodide-build
urllib3==2.5.0
# via requests
virtualenv==20.34.0
virtualenv==20.35.2
# via
# build
# pyodide-build
Expand Down
8 changes: 4 additions & 4 deletions cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ delocate==0.13.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
importlib-metadata==8.7.0
# via build
Expand All @@ -20,17 +20,17 @@ packaging==25.0
# delocate
pip==25.2
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pyproject-hooks==1.2.0
# via build
tomli==2.2.1
tomli==2.3.0
# via build
typing-extensions==4.15.0
# via
# delocate
# virtualenv
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
zipp==3.23.0
# via importlib-metadata
6 changes: 3 additions & 3 deletions cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ delocate==0.13.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
macholib==1.16.3
# via delocate
Expand All @@ -18,11 +18,11 @@ packaging==25.0
# delocate
pip==25.2
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
6 changes: 3 additions & 3 deletions cibuildwheel/resources/constraints-python312.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ delocate==0.13.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
macholib==1.16.3
# via delocate
Expand All @@ -18,11 +18,11 @@ packaging==25.0
# delocate
pip==25.2
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
6 changes: 3 additions & 3 deletions cibuildwheel/resources/constraints-python313.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ delocate==0.13.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
macholib==1.16.3
# via delocate
Expand All @@ -18,11 +18,11 @@ packaging==25.0
# delocate
pip==25.2
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
6 changes: 3 additions & 3 deletions cibuildwheel/resources/constraints-python314.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ delocate==0.13.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
macholib==1.16.3
# via delocate
Expand All @@ -18,11 +18,11 @@ packaging==25.0
# delocate
pip==25.2
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ platformdirs==4.3.6
# via virtualenv
pyproject-hooks==1.2.0
# via build
tomli==2.2.1
tomli==2.3.0
# via build
typing-extensions==4.13.2
# via
# delocate
# virtualenv
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
zipp==3.20.2
# via importlib-metadata
4 changes: 2 additions & 2 deletions cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ platformdirs==4.4.0
# via virtualenv
pyproject-hooks==1.2.0
# via build
tomli==2.2.1
tomli==2.3.0
# via build
typing-extensions==4.15.0
# via
# delocate
# virtualenv
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
zipp==3.23.0
# via importlib-metadata
6 changes: 3 additions & 3 deletions cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ delocate==0.13.0
# via -r cibuildwheel/resources/constraints.in
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via virtualenv
macholib==1.16.3
# via delocate
Expand All @@ -18,11 +18,11 @@ packaging==25.0
# delocate
pip==25.2
# via -r cibuildwheel/resources/constraints.in
platformdirs==4.4.0
platformdirs==4.5.0
# via virtualenv
pyproject-hooks==1.2.0
# via build
typing-extensions==4.15.0
# via delocate
virtualenv==20.34.0
virtualenv==20.35.2
# via -r cibuildwheel/resources/constraints.in
Loading