File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -182,15 +182,15 @@ jobs:
182
182
include :
183
183
# Currently used Rust version.
184
184
- os : ubuntu-latest
185
- python : 3.11
185
+ python : 3.12
186
186
- os : macos-latest
187
- python : 3.11
187
+ python : 3.12
188
188
189
189
# PyPy tests
190
190
- os : ubuntu-latest
191
- python : pypy3.9
191
+ python : pypy3.10
192
192
- os : macos-latest
193
- python : pypy3.9
193
+ python : pypy3.10
194
194
195
195
# Minimum Supported Python Version = 3.7
196
196
# This is the minimum version for which manylinux Python wheels are
@@ -232,15 +232,15 @@ jobs:
232
232
matrix :
233
233
include :
234
234
- os : ubuntu-latest
235
- python : 3.11
235
+ python : 3.12
236
236
- os : macos-latest
237
- python : 3.11
237
+ python : 3.12
238
238
239
239
# PyPy tests
240
240
- os : ubuntu-latest
241
- python : pypy3.9
241
+ python : pypy3.10
242
242
- os : macos-latest
243
- python : pypy3.9
243
+ python : pypy3.10
244
244
245
245
# Minimum Supported Python Version = 3.8
246
246
#
You can’t perform that action at this time.
0 commit comments