diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index ac0599feb..c09ecb76b 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -84,9 +84,9 @@ python_configurations = [ { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" }, { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" }, { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" }, - { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" }, - { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" }, - { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" }, + { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" }, + { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" }, + { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-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" }, @@ -104,11 +104,11 @@ python_configurations = [ { identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" }, { identifier = "cp310-win32", version = "3.10.8", arch = "32" }, { identifier = "cp310-win_amd64", version = "3.10.8", arch = "64" }, - { identifier = "cp311-win32", version = "3.11.0-rc2", arch = "32" }, - { identifier = "cp311-win_amd64", version = "3.11.0-rc2", arch = "64" }, + { identifier = "cp311-win32", version = "3.11.0", arch = "32" }, + { identifier = "cp311-win_amd64", version = "3.11.0", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, { identifier = "cp310-win_arm64", version = "3.10.8", arch = "ARM64" }, - { identifier = "cp311-win_arm64", version = "3.11.0-rc2", arch = "ARM64" }, + { identifier = "cp311-win_arm64", version = "3.11.0", 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" }, diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 7a115c979..8c76e85f6 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.9.0 +zipp==3.10.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index dc768a099..3cd926b3d 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,49 +1,49 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-10-15-7701e25 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-16-620fa8d -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-16-620fa8d -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-25-fbea779 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-25-fbea779 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-25-fbea779 [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2022-10-15-7701e25 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-16-620fa8d -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-25-fbea779 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-25-fbea779 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-16-620fa8d -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-25-fbea779 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-25-fbea779 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-25-fbea779 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-16-620fa8d -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-16-620fa8d -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-25-fbea779 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-25-fbea779 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-25-fbea779 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-16-620fa8d -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-16-620fa8d -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-25-fbea779 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-25-fbea779 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-25-fbea779 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-16-620fa8d -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-16-620fa8d -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-25-fbea779 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-25-fbea779 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-25-fbea779 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-16-620fa8d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-16-620fa8d -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-16-620fa8d +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-25-fbea779 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-25-fbea779 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-25-fbea779 diff --git a/docs/working-examples.md b/docs/working-examples.md index 5c116577b..5f0cad7f1 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -22,8 +22,8 @@ title: Working examples | [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python | | [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 | -| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | +| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library | | [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming data processing. | | [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | | [PyGame][] | ![github icon][] | ![apple icon][] ![linux icon][] | 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. | @@ -57,8 +57,8 @@ title: Working examples | [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. | | [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | -| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | | [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML | +| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | | [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | @@ -97,12 +97,12 @@ title: Working examples | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [pillow-heif][] | ![github icon][] | ![apple icon][] ![linux icon][] | Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi. | -| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | +| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. | | [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | -| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | +| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | @@ -127,8 +127,8 @@ title: Working examples [uvloop]: https://github.com/MagicStack/uvloop [psutil]: https://github.com/giampaolo/psutil [vaex]: https://github.com/vaexio/vaex -[Google Benchmark]: https://github.com/google/benchmark [duckdb]: https://github.com/duckdb/duckdb +[Google Benchmark]: https://github.com/google/benchmark [Apache Beam]: https://github.com/apache/beam [asyncpg]: https://github.com/MagicStack/asyncpg [PyGame]: https://github.com/pygame/pygame @@ -162,8 +162,8 @@ title: Working examples [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO [PyTables]: https://github.com/PyTables/PyTables [OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO -[aioquic]: https://github.com/aiortc/aioquic [envd]: https://github.com/tensorchord/envd +[aioquic]: https://github.com/aiortc/aioquic [ruptures]: https://github.com/deepcharles/ruptures [Psycopg 3]: https://github.com/psycopg/psycopg [DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest @@ -202,12 +202,12 @@ title: Working examples [etebase-py]: https://github.com/etesync/etebase-py [polaroid]: https://github.com/daggy1234/polaroid [pillow-heif]: https://github.com/bigcat88/pillow_heif -[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [power-grid-model]: https://github.com/alliander-opensource/power-grid-model +[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [cf-units]: https://github.com/SciTools/cf-units [clang-format]: https://github.com/ssciwr/clang-format-wheel -[numpythia]: https://github.com/scikit-hep/numpythia [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example +[numpythia]: https://github.com/scikit-hep/numpythia [pyjet]: https://github.com/scikit-hep/pyjet [ninja]: https://github.com/scikit-build/ninja-python-distributions [GSD]: https://github.com/glotzerlab/gsd @@ -229,110 +229,110 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - + + + + + + + + + + + +