Commit 3c8f7a2 1 parent 548fcf7 commit 3c8f7a2 Copy full SHA for 3c8f7a2
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,26 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
os :
16
- - ubuntu-22 .04
16
+ - ubuntu-24 .04
17
17
- windows-2022
18
- - macos-12
18
+ - macos-14
19
19
20
20
env :
21
21
CIBW_ARCHS_LINUX : x86_64 i686 aarch64
22
22
CIBW_ARCHS_MACOS : x86_64 universal2
23
23
CIBW_ARCHS_WINDOWS : AMD64 x86 ARM64
24
- CIBW_BUILD : " cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
24
+ CIBW_BUILD : " cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*-* cp313-* "
25
25
26
26
steps :
27
27
- uses : actions/checkout@v4
28
28
29
29
- uses : actions/setup-python@v5
30
30
with :
31
- python-version : ' 3.11 '
31
+ python-version : ' 3.12 '
32
32
33
33
- name : Install cibuildwheel
34
34
run : |
35
- python -m pip install cibuildwheel==2.17 .0
35
+ python -m pip install cibuildwheel==2.20 .0
36
36
37
37
- name : Set up QEMU
38
38
if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ * Include wheels for Python 3.13.
6
+
5
7
2.14.2 (2024-06-29)
6
8
-------------------
7
9
You can’t perform that action at this time.
0 commit comments