@@ -23,13 +23,13 @@ jobs:
23
23
- name : Set up Python
24
24
uses : actions/setup-python@v5
25
25
with :
26
- python-version : " 3.12 "
26
+ python-version : " 3.13 "
27
27
- uses : messense/maturin-action@v1
28
28
with :
29
29
manylinux : auto
30
30
command : build
31
31
sccache : true
32
- args : --release -o dist -i 3.9 3.10 3.11 3.12
32
+ args : --release -o dist -i 3.9 3.10 3.11 3.12 3.13
33
33
- name : Upload wheels
34
34
uses : actions/upload-artifact@v4
35
35
with :
@@ -44,13 +44,13 @@ jobs:
44
44
- name : Set up Python
45
45
uses : actions/setup-python@v5
46
46
with :
47
- python-version : " 3.12 "
47
+ python-version : " 3.13 "
48
48
- uses : messense/maturin-action@v1
49
49
with :
50
50
target : aarch64-unknown-linux-gnu
51
51
command : build
52
52
sccache : true
53
- args : --release -o dist -i 3.9 3.10 3.11 3.12
53
+ args : --release -o dist -i 3.9 3.10 3.11 3.12 3.13
54
54
- name : Upload wheels
55
55
uses : actions/upload-artifact@v4
56
56
with :
@@ -65,13 +65,13 @@ jobs:
65
65
- name : Set up Python
66
66
uses : actions/setup-python@v5
67
67
with :
68
- python-version : " 3.12 "
68
+ python-version : " 3.13 "
69
69
- uses : messense/maturin-action@v1
70
70
with :
71
71
target : armv7
72
72
command : build
73
73
sccache : true
74
- args : --release -o dist -i 3.9 3.10 3.11 3.12
74
+ args : --release -o dist -i 3.9 3.10 3.11 3.12 3.13
75
75
container : messense/manylinux_2_24-cross:armv7
76
76
- name : Upload wheels
77
77
uses : actions/upload-artifact@v4
@@ -86,13 +86,13 @@ jobs:
86
86
- name : Set up Python
87
87
uses : actions/setup-python@v5
88
88
with :
89
- python-version : " 3.12 "
89
+ python-version : " 3.13 "
90
90
- uses : messense/maturin-action@v1
91
91
with :
92
92
target : x86_64
93
93
command : build
94
94
sccache : true
95
- args : --release -o dist -i 3.9 3.10 3.11 3.12
95
+ args : --release -o dist -i 3.9 3.10 3.11 3.12 3.13
96
96
manylinux : musllinux_1_1
97
97
- name : Upload wheels
98
98
uses : actions/upload-artifact@v4
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Set up Python
108
108
uses : actions/setup-python@v5
109
109
with :
110
- python-version : " 3.12 "
110
+ python-version : " 3.13 "
111
111
- uses : messense/maturin-action@v1
112
112
with :
113
113
target : aarch64
@@ -128,12 +128,12 @@ jobs:
128
128
- name : Set up Python
129
129
uses : actions/setup-python@v5
130
130
with :
131
- python-version : " 3.12 "
131
+ python-version : " 3.13 "
132
132
- uses : messense/maturin-action@v1
133
133
with :
134
134
command : build
135
135
sccache : true
136
- args : --release -o dist -i 3.9 3.10 3.11 3.12
136
+ args : --release -o dist -i 3.9 3.10 3.11 3.12 3.13
137
137
- name : Upload wheels
138
138
uses : actions/upload-artifact@v4
139
139
with :
@@ -147,12 +147,12 @@ jobs:
147
147
- name : Set up Python
148
148
uses : actions/setup-python@v5
149
149
with :
150
- python-version : " 3.12 "
150
+ python-version : " 3.13 "
151
151
- uses : messense/maturin-action@v1
152
152
with :
153
153
command : build
154
154
sccache : true
155
- args : --release -o dist --target universal2-apple-darwin -i 3.9 3.10 3.11 3.12
155
+ args : --release -o dist --target universal2-apple-darwin -i 3.9 3.10 3.11 3.12 3.13
156
156
- name : Upload wheels
157
157
uses : actions/upload-artifact@v4
158
158
with :
@@ -163,6 +163,10 @@ jobs:
163
163
runs-on : ubuntu-latest
164
164
steps :
165
165
- uses : actions/checkout@v4
166
+ - name : Set up Python
167
+ uses : actions/setup-python@v5
168
+ with :
169
+ python-version : " 3.13"
166
170
- name : Build sdist
167
171
uses : PyO3/maturin-action@v1
168
172
with :
0 commit comments