Skip to content

Commit 4fd37b6

Browse files
Update dependencies
1 parent 98d57d9 commit 4fd37b6

10 files changed

+68
-76
lines changed

cibuildwheel/resources/build-platforms.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ python_configurations = [
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" },
109-
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.15-macos_x86_64.tar.bz2" },
110-
{ identifier = "pp39-macosx_arm64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.15-macos_arm64.tar.bz2" },
111-
{ identifier = "pp310-macosx_x86_64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.15-macos_x86_64.tar.bz2" },
112-
{ identifier = "pp310-macosx_arm64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.15-macos_arm64.tar.bz2" },
109+
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_x86_64.tar.bz2" },
110+
{ identifier = "pp39-macosx_arm64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_arm64.tar.bz2" },
111+
{ identifier = "pp310-macosx_x86_64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.16-macos_x86_64.tar.bz2" },
112+
{ identifier = "pp310-macosx_arm64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.16-macos_arm64.tar.bz2" },
113113
]
114114

115115
[windows]
@@ -134,6 +134,6 @@ python_configurations = [
134134
{ identifier = "cp312-win_arm64", version = "3.12.3", 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" },
137-
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.15-win64.zip" },
138-
{ identifier = "pp310-win_amd64", version = "3.10", arch = "64", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.15-win64.zip" },
137+
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip" },
138+
{ identifier = "pp310-win_amd64", version = "3.10", arch = "64", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.16-win64.zip" },
139139
]

cibuildwheel/resources/constraints-python310.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.4
9+
filelock==3.14.0
1010
# via virtualenv
1111
importlib-metadata==7.1.0
1212
# via build
@@ -17,16 +17,14 @@ packaging==24.0
1717
# build
1818
# delocate
1919
pip==24.0
20-
platformdirs==4.2.0
20+
platformdirs==4.2.1
2121
# via virtualenv
22-
pyproject-hooks==1.0.0
22+
pyproject-hooks==1.1.0
2323
# via build
2424
tomli==2.0.1
25-
# via
26-
# build
27-
# pyproject-hooks
25+
# via build
2826
typing-extensions==4.11.0
2927
# via delocate
30-
virtualenv==20.25.3
28+
virtualenv==20.26.1
3129
zipp==3.18.1
3230
# via importlib-metadata

cibuildwheel/resources/constraints-python311.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.4
9+
filelock==3.14.0
1010
# via virtualenv
1111
macholib==1.16.3
1212
# via delocate
@@ -15,10 +15,10 @@ packaging==24.0
1515
# build
1616
# delocate
1717
pip==24.0
18-
platformdirs==4.2.0
18+
platformdirs==4.2.1
1919
# via virtualenv
20-
pyproject-hooks==1.0.0
20+
pyproject-hooks==1.1.0
2121
# via build
2222
typing-extensions==4.11.0
2323
# via delocate
24-
virtualenv==20.25.3
24+
virtualenv==20.26.1

cibuildwheel/resources/constraints-python312.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.4
9+
filelock==3.14.0
1010
# via virtualenv
1111
macholib==1.16.3
1212
# via delocate
@@ -15,10 +15,10 @@ packaging==24.0
1515
# build
1616
# delocate
1717
pip==24.0
18-
platformdirs==4.2.0
18+
platformdirs==4.2.1
1919
# via virtualenv
20-
pyproject-hooks==1.0.0
20+
pyproject-hooks==1.1.0
2121
# via build
2222
typing-extensions==4.11.0
2323
# via delocate
24-
virtualenv==20.25.3
24+
virtualenv==20.26.1

cibuildwheel/resources/constraints-python37.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,15 @@ packaging==24.0
2121
pip==24.0
2222
platformdirs==4.0.0
2323
# via virtualenv
24-
pyproject-hooks==1.0.0
24+
pyproject-hooks==1.1.0
2525
# via build
2626
tomli==2.0.1
27-
# via
28-
# build
29-
# pyproject-hooks
27+
# via build
3028
typing-extensions==4.7.1
3129
# via
3230
# delocate
3331
# importlib-metadata
3432
# platformdirs
35-
virtualenv==20.25.3
33+
virtualenv==20.26.1
3634
zipp==3.15.0
3735
# via importlib-metadata

cibuildwheel/resources/constraints-python38.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.4
9+
filelock==3.14.0
1010
# via virtualenv
1111
importlib-metadata==7.1.0
1212
# via build
@@ -17,16 +17,14 @@ packaging==24.0
1717
# build
1818
# delocate
1919
pip==24.0
20-
platformdirs==4.2.0
20+
platformdirs==4.2.1
2121
# via virtualenv
22-
pyproject-hooks==1.0.0
22+
pyproject-hooks==1.1.0
2323
# via build
2424
tomli==2.0.1
25-
# via
26-
# build
27-
# pyproject-hooks
25+
# via build
2826
typing-extensions==4.11.0
2927
# via delocate
30-
virtualenv==20.25.3
28+
virtualenv==20.26.1
3129
zipp==3.18.1
3230
# via importlib-metadata

cibuildwheel/resources/constraints-python39.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.4
9+
filelock==3.14.0
1010
# via virtualenv
1111
importlib-metadata==7.1.0
1212
# via build
@@ -17,16 +17,14 @@ packaging==24.0
1717
# build
1818
# delocate
1919
pip==24.0
20-
platformdirs==4.2.0
20+
platformdirs==4.2.1
2121
# via virtualenv
22-
pyproject-hooks==1.0.0
22+
pyproject-hooks==1.1.0
2323
# via build
2424
tomli==2.0.1
25-
# via
26-
# build
27-
# pyproject-hooks
25+
# via build
2826
typing-extensions==4.11.0
2927
# via delocate
30-
virtualenv==20.25.3
28+
virtualenv==20.26.1
3129
zipp==3.18.1
3230
# via importlib-metadata

cibuildwheel/resources/constraints.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build==1.2.1
66
delocate==0.11.0
77
distlib==0.3.8
88
# via virtualenv
9-
filelock==3.13.4
9+
filelock==3.14.0
1010
# via virtualenv
1111
macholib==1.16.3
1212
# via delocate
@@ -15,10 +15,10 @@ packaging==24.0
1515
# build
1616
# delocate
1717
pip==24.0
18-
platformdirs==4.2.0
18+
platformdirs==4.2.1
1919
# via virtualenv
20-
pyproject-hooks==1.0.0
20+
pyproject-hooks==1.1.0
2121
# via build
2222
typing-extensions==4.11.0
2323
# via delocate
24-
virtualenv==20.25.3
24+
virtualenv==20.26.1
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
[x86_64]
2-
manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-14-979f9bc
2+
manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-29-76807b8
33
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
4-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-21-6ae659e
4+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-29-07d05a0
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:2024-04-21-6ae659e
7-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-04-21-6ae659e
8-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-04-21-6ae659e
6+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-29-07d05a0
7+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-04-29-07d05a0
8+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-04-29-07d05a0
99

1010
[i686]
11-
manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-14-979f9bc
11+
manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-29-76807b8
1212
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
13-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-21-6ae659e
13+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-29-07d05a0
1414
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
15-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024-04-21-6ae659e
16-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-04-21-6ae659e
15+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024-04-29-07d05a0
16+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-04-29-07d05a0
1717

1818
[pypy_x86_64]
1919
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
20-
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-21-6ae659e
20+
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-29-07d05a0
2121
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463
22-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-21-6ae659e
22+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-29-07d05a0
2323

2424
[pypy_i686]
2525
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
26-
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-21-6ae659e
26+
manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-29-07d05a0
2727
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
2828

2929
[aarch64]
30-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-21-6ae659e
30+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-29-07d05a0
3131
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
32-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-21-6ae659e
33-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-04-21-6ae659e
34-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-04-21-6ae659e
32+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-29-07d05a0
33+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-04-29-07d05a0
34+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-04-29-07d05a0
3535

3636
[ppc64le]
37-
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-04-21-6ae659e
37+
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-04-29-07d05a0
3838
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
39-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024-04-21-6ae659e
40-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-04-21-6ae659e
41-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-04-21-6ae659e
39+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024-04-29-07d05a0
40+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-04-29-07d05a0
41+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-04-29-07d05a0
4242

4343
[s390x]
44-
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-04-21-6ae659e
44+
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-04-29-07d05a0
4545
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
46-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024-04-21-6ae659e
47-
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-04-21-6ae659e
48-
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-04-21-6ae659e
46+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024-04-29-07d05a0
47+
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-04-29-07d05a0
48+
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-04-29-07d05a0
4949

5050
[pypy_aarch64]
51-
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-21-6ae659e
51+
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-29-07d05a0
5252
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
53-
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-21-6ae659e
53+
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-29-07d05a0
5454

docs/working-examples.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ title: Working examples
7474
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS |
7575
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
7676
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
77-
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
7877
| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub |
78+
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
7979
| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. |
8080
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
8181
| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system |
@@ -101,8 +101,8 @@ title: Working examples
101101
| [Arbor][] | ![github icon][] | ![apple icon][] ![linux icon][] | Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focused on community-driven development. Includes a [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) patching `rpath` in bundled libraries. |
102102
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
103103
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
104-
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
105104
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
105+
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
106106
| [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions |
107107
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
108108
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
@@ -111,8 +111,8 @@ title: Working examples
111111
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
112112
| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. |
113113
| [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. |
114-
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
115114
| [aalink][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Async Python interface for Ableton Link. |
115+
| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. |
116116
| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies |
117117
| [werpy][] | ![github icon][] | ![windows icon][] ![linux icon][] ![apple icon][] | An ultra-fast python package using optimized dynamic programming to compute the Word Error Rate (WER). |
118118
| [pybind11 cross build example][] | ![github icon][] ![gitlab icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Same as pybind11 cmake_example but used to demo Linux ARM + Windows + macOS builds on GitLab |
@@ -183,8 +183,8 @@ title: Working examples
183183
[Rtree]: https://github.com/Toblerity/rtree
184184
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
185185
[KDEpy]: https://github.com/tommyod/KDEpy
186-
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
187186
[dd-trace-py]: https://github.com/DataDog/dd-trace-py
187+
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
188188
[tgcalls]: https://github.com/MarshalX/tgcalls
189189
[python-snappy]: https://github.com/andrix/python-snappy
190190
[pybind11 python_example]: https://github.com/pybind/python_example
@@ -210,8 +210,8 @@ title: Working examples
210210
[Arbor]: https://github.com/arbor-sim/arbor
211211
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
212212
[polaroid]: https://github.com/daggy1234/polaroid
213-
[etebase-py]: https://github.com/etesync/etebase-py
214213
[clang-format]: https://github.com/ssciwr/clang-format-wheel
214+
[etebase-py]: https://github.com/etesync/etebase-py
215215
[cf-units]: https://github.com/SciTools/cf-units
216216
[ninja]: https://github.com/scikit-build/ninja-python-distributions
217217
[numpythia]: https://github.com/scikit-hep/numpythia
@@ -220,8 +220,8 @@ title: Working examples
220220
[GSD]: https://github.com/glotzerlab/gsd
221221
[SiPM]: https://github.com/EdoPro98/SimSiPM
222222
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
223-
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
224223
[aalink]: https://github.com/artfwo/aalink
224+
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
225225
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
226226
[werpy]: https://github.com/analyticsinmotion/werpy
227227
[pybind11 cross build example]: https://github.com/wbarnha/pybind_cmake_example_crossbuild

0 commit comments

Comments
 (0)