@@ -18,36 +18,36 @@ jobs:
18
18
target : x86_64
19
19
manylinux : auto
20
20
python-architecture : x64
21
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
21
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
22
22
- os : windows
23
23
ls : dir
24
24
target : i686
25
25
manylinux : auto
26
26
python-architecture : x86
27
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
27
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
28
28
- os : macos
29
29
target : x86_64
30
30
manylinux : auto
31
31
python-architecture : x64
32
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
32
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9
33
33
- os : macos
34
34
target : aarch64
35
35
manylinux : auto
36
36
python-architecture : x64
37
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
37
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
38
38
# Build all manylinux targets on 2_24
39
39
# https://github.com/pypa/manylinux#readme
40
40
# https://github.com/PyO3/maturin-action/blob/135c746/src/index.ts#L33
41
41
- os : ubuntu
42
42
target : x86_64
43
43
manylinux : 2_24
44
44
python-architecture : x64
45
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
45
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9
46
46
- os : ubuntu
47
47
target : aarch64
48
48
manylinux : 2_24
49
49
python-architecture : x64
50
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
50
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9
51
51
- os : ubuntu
52
52
target : armv7
53
53
manylinux : 2_24
@@ -57,23 +57,23 @@ jobs:
57
57
target : ppc64le
58
58
manylinux : 2_24
59
59
python-architecture : x64
60
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
60
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
61
61
- os : ubuntu
62
62
target : s390x
63
63
manylinux : 2_24
64
64
python-architecture : x64
65
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12
65
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13
66
66
# musllinux - https://musl.libc.org/about.html
67
67
- os : ubuntu
68
68
target : x86_64
69
69
manylinux : musllinux_1_1 # /!\ value used in steps conditions below.
70
70
python-architecture : x64
71
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
71
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9
72
72
- os : ubuntu
73
73
target : aarch64
74
74
manylinux : musllinux_1_1
75
75
python-architecture : x64
76
- interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.9
76
+ interpreter : 3.7 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9
77
77
78
78
runs-on : ${{ matrix.os }}-latest
79
79
steps :
0 commit comments