Skip to content

Commit a5b2e54

Browse files
authored
Merge pull request #1550 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 66b46d0 + bd9675d commit a5b2e54

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ python_configurations = [
100100
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
101101
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
102102
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.4/python-3.11.4-macos11.pkg" },
103-
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b3-macos11.pkg" },
104-
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b3-macos11.pkg" },
105-
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b3-macos11.pkg" },
103+
{ identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b4-macos11.pkg" },
104+
{ identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b4-macos11.pkg" },
105+
{ identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.0/python-3.12.0b4-macos11.pkg" },
106106
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
107107
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" },
108108
{ identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" },
@@ -126,12 +126,12 @@ python_configurations = [
126126
{ identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" },
127127
{ identifier = "cp311-win32", version = "3.11.4", arch = "32" },
128128
{ identifier = "cp311-win_amd64", version = "3.11.4", arch = "64" },
129-
{ identifier = "cp312-win32", version = "3.12.0-b3", arch = "32" },
130-
{ identifier = "cp312-win_amd64", version = "3.12.0-b3", arch = "64" },
129+
{ identifier = "cp312-win32", version = "3.12.0-b4", arch = "32" },
130+
{ identifier = "cp312-win_amd64", version = "3.12.0-b4", arch = "64" },
131131
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
132132
{ identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" },
133133
{ identifier = "cp311-win_arm64", version = "3.11.4", arch = "ARM64" },
134-
{ identifier = "cp312-win_arm64", version = "3.12.0-b3", arch = "ARM64" },
134+
{ identifier = "cp312-win_arm64", version = "3.12.0-b4", arch = "ARM64" },
135135
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
136136
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-win64.zip" },
137137
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.12-win64.zip" },
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[x86_64]
22
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-06-25-d2e0575
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-06-73b0312
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-14-55e4124
55
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
6-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-07-06-73b0312
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-07-06-73b0312
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-07-14-55e4124
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-07-14-55e4124
88

99
[i686]
1010
manylinux1 = quay.io/pypa/manylinux1_i686:2023-06-25-d2e0575
1111
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
12-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-06-73b0312
12+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-14-55e4124
1313
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
14-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-07-06-73b0312
14+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-07-14-55e4124
1515

1616
[pypy_x86_64]
1717
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
18-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-06-73b0312
18+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-07-14-55e4124
1919
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
20-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-07-06-73b0312
20+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-07-14-55e4124
2121

2222
[pypy_i686]
2323
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
24-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-06-73b0312
24+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-07-14-55e4124
2525
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
2626

2727
[aarch64]
28-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-06-73b0312
28+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-14-55e4124
2929
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
30-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-07-06-73b0312
31-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-07-06-73b0312
30+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-07-14-55e4124
31+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-07-14-55e4124
3232

3333
[ppc64le]
34-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-07-06-73b0312
34+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-07-14-55e4124
3535
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
36-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-07-06-73b0312
37-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-07-06-73b0312
36+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-07-14-55e4124
37+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-07-14-55e4124
3838

3939
[s390x]
40-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-07-06-73b0312
40+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-07-14-55e4124
4141
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
42-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-07-06-73b0312
43-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-07-06-73b0312
42+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-07-14-55e4124
43+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-07-14-55e4124
4444

4545
[pypy_aarch64]
46-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-06-73b0312
46+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-07-14-55e4124
4747
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
48-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-07-06-73b0312
48+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-07-14-55e4124
4949

docs/working-examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ title: Working examples
5858
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
5959
| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. |
6060
| [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. |
61-
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
6261
| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. |
62+
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
6363
| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python |
6464
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
6565
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
6666
| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data |
6767
| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
6868
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
6969
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
70-
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
7170
| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine |
71+
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
7272
| [Picologging][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A high-performance logging library for Python. |
7373
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
7474
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
@@ -164,17 +164,17 @@ title: Working examples
164164
[aioquic]: https://github.com/aiortc/aioquic
165165
[ruptures]: https://github.com/deepcharles/ruptures
166166
[OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO
167-
[PyTables]: https://github.com/PyTables/PyTables
168167
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
168+
[PyTables]: https://github.com/PyTables/PyTables
169169
[Psycopg 3]: https://github.com/psycopg/psycopg
170170
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
171171
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
172172
[google neuroglancer]: https://github.com/google/neuroglancer
173173
[AutoPy]: https://github.com/autopilot-rs/autopy
174174
[H3-py]: https://github.com/uber/h3-py
175175
[Rtree]: https://github.com/Toblerity/rtree
176-
[markupsafe]: https://github.com/pallets/markupsafe
177176
[mosec]: https://github.com/mosecorg/mosec
177+
[markupsafe]: https://github.com/pallets/markupsafe
178178
[Picologging]: https://github.com/microsoft/picologging
179179
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
180180
[KDEpy]: https://github.com/tommyod/KDEpy

0 commit comments

Comments
 (0)