Skip to content
Merged
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
24 changes: 12 additions & 12 deletions cibuildwheel/resources/build-platforms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ python_configurations = [
{ identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
{ identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
{ identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" },
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" },
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b4-macos11.pkg" },
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" },
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" },
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.6/python-3.10.6-macos11.pkg" },
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" },
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" },
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-macos11.pkg" },
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-osx64.tar.bz2" },
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-osx64.tar.bz2" },
Expand All @@ -102,13 +102,13 @@ python_configurations = [
{ identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" },
{ identifier = "cp39-win32", version = "3.9.13", arch = "32" },
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.5", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.5", arch = "64" },
{ identifier = "cp311-win32", version = "3.11.0-b4", arch = "32" },
{ identifier = "cp311-win_amd64", version = "3.11.0-b4", arch = "64" },
{ identifier = "cp310-win32", version = "3.10.6", arch = "32" },
{ identifier = "cp310-win_amd64", version = "3.10.6", arch = "64" },
{ identifier = "cp311-win32", version = "3.11.0-b5", arch = "32" },
{ identifier = "cp311-win_amd64", version = "3.11.0-b5", arch = "64" },
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.5", arch = "ARM64" },
{ identifier = "cp311-win_arm64", version = "3.11.0-b4", arch = "ARM64" },
{ identifier = "cp310-win_arm64", version = "3.10.6", arch = "ARM64" },
{ identifier = "cp311-win_arm64", version = "3.11.0-b5", arch = "ARM64" },
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip" },
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-win64.zip" },
Expand Down
10 changes: 4 additions & 6 deletions cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# bin/update_dependencies.py
# nox -s update_constraints-3.10
#
delocate==0.10.2
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -12,19 +12,17 @@ filelock==3.7.1
# via virtualenv
platformdirs==2.5.2
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.15.1
virtualenv==20.16.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
# -r cibuildwheel/resources/constraints.in
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==22.2
pip==22.2.2
# via -r cibuildwheel/resources/constraints.in
setuptools==63.2.0
setuptools==63.4.2
# via -r cibuildwheel/resources/constraints.in
10 changes: 4 additions & 6 deletions cibuildwheel/resources/constraints-python311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.11
# To update, run:
#
# bin/update_dependencies.py
# nox -s update_constraints-3.11
#
delocate==0.10.2
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -12,19 +12,17 @@ filelock==3.7.1
# via virtualenv
platformdirs==2.5.2
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.15.1
virtualenv==20.16.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
# -r cibuildwheel/resources/constraints.in
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==22.2
pip==22.2.2
# via -r cibuildwheel/resources/constraints.in
setuptools==63.2.0
setuptools==63.4.2
# via -r cibuildwheel/resources/constraints.in
6 changes: 2 additions & 4 deletions cibuildwheel/resources/constraints-python36.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
#
# bin/update_dependencies.py
# nox -s update_constraints-3.6
#
delocate==0.10.2
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -16,13 +16,11 @@ importlib-resources==5.4.0
# via virtualenv
platformdirs==2.4.0
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.1.1
# via
# delocate
# importlib-metadata
virtualenv==20.15.1
virtualenv==20.16.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand Down
10 changes: 4 additions & 6 deletions cibuildwheel/resources/constraints-python37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# bin/update_dependencies.py
# nox -s update_constraints-3.7
#
delocate==0.10.2
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -14,13 +14,11 @@ importlib-metadata==4.12.0
# via virtualenv
platformdirs==2.5.2
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.3.0
# via
# delocate
# importlib-metadata
virtualenv==20.15.1
virtualenv==20.16.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
Expand All @@ -30,7 +28,7 @@ zipp==3.8.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==22.2
pip==22.2.2
# via -r cibuildwheel/resources/constraints.in
setuptools==63.2.0
setuptools==63.4.2
# via -r cibuildwheel/resources/constraints.in
10 changes: 4 additions & 6 deletions cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# bin/update_dependencies.py
# nox -s update_constraints-3.8
#
delocate==0.10.2
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -12,19 +12,17 @@ filelock==3.7.1
# via virtualenv
platformdirs==2.5.2
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.15.1
virtualenv==20.16.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
# -r cibuildwheel/resources/constraints.in
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==22.2
pip==22.2.2
# via -r cibuildwheel/resources/constraints.in
setuptools==63.2.0
setuptools==63.4.2
# via -r cibuildwheel/resources/constraints.in
10 changes: 4 additions & 6 deletions cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.9
# To update, run:
#
# bin/update_dependencies.py
# nox -s update_constraints-3.9
#
delocate==0.10.2
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -12,19 +12,17 @@ filelock==3.7.1
# via virtualenv
platformdirs==2.5.2
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.15.1
virtualenv==20.16.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
# -r cibuildwheel/resources/constraints.in
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==22.2
pip==22.2.2
# via -r cibuildwheel/resources/constraints.in
setuptools==63.2.0
setuptools==63.4.2
# via -r cibuildwheel/resources/constraints.in
12 changes: 5 additions & 7 deletions cibuildwheel/resources/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.9
# This file is autogenerated by pip-compile with python 3.11
# To update, run:
#
# bin/update_dependencies.py
# nox -s update_constraints-3.11
#
delocate==0.10.2
# via -r cibuildwheel/resources/constraints.in
Expand All @@ -12,19 +12,17 @@ filelock==3.7.1
# via virtualenv
platformdirs==2.5.2
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.3.0
# via delocate
virtualenv==20.15.1
virtualenv==20.16.3
# via -r cibuildwheel/resources/constraints.in
wheel==0.37.1
# via
# -r cibuildwheel/resources/constraints.in
# delocate

# The following packages are considered to be unsafe in a requirements file:
pip==22.2
pip==22.2.2
# via -r cibuildwheel/resources/constraints.in
setuptools==63.2.0
setuptools==63.4.2
# via -r cibuildwheel/resources/constraints.in
64 changes: 32 additions & 32 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
[x86_64]
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-07-17-f8ddacc
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-07-21-947f13c
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-08-08-7292f33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-07-986762e
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-07-986762e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-08-07-986762e

[i686]
manylinux1 = quay.io/pypa/manylinux1_i686:2022-07-17-f8ddacc
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-07-21-947f13c
manylinux1 = quay.io/pypa/manylinux1_i686:2022-08-08-7292f33
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-07-986762e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-08-07-986762e

[pypy_x86_64]
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-07-986762e
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-07-986762e

[pypy_i686]
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-07-986762e

[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-07-986762e
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-07-986762e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-08-07-986762e

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-07-21-947f13c
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-07-21-947f13c
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-08-07-986762e
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-08-07-986762e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-08-07-986762e

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-07-21-947f13c
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-08-07-986762e
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-08-07-986762e

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-07-986762e
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-07-986762e
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-07-986762e

4 changes: 2 additions & 2 deletions cibuildwheel/resources/virtualenv.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "20.15.1"
url = "https://github.com/pypa/get-virtualenv/blob/20.15.1/public/virtualenv.pyz?raw=true"
version = "20.16.3"
url = "https://github.com/pypa/get-virtualenv/blob/20.16.3/public/virtualenv.pyz?raw=true"
Loading