Skip to content

Commit 73fcb97

Browse files
committed
ci: update to Python 3.13
1 parent 8acf391 commit 73fcb97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ jobs:
211211
include:
212212
# Currently used Rust version.
213213
- os: ubuntu-latest
214-
python: 3.12
214+
python: 3.13
215215
- os: macos-latest
216-
python: 3.12
216+
python: 3.13
217217

218218
# PyPy tests
219219
- os: ubuntu-latest
@@ -263,11 +263,11 @@ jobs:
263263
matrix:
264264
include:
265265
- os: ubuntu-latest
266-
python: 3.12
266+
python: 3.13
267267
- os: macos-latest
268-
python: 3.12
268+
python: 3.13
269269
- os: windows-latest
270-
python: 3.12
270+
python: 3.13
271271

272272
# PyPy tests
273273
- os: ubuntu-latest

0 commit comments

Comments
 (0)