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