ci: update to Python 3.13

This commit is contained in:
link2xt
2024-10-07 20:54:00 +00:00
parent 8acf391ffe
commit 73fcb97eef

View File

@@ -211,9 +211,9 @@ jobs:
include: include:
# Currently used Rust version. # Currently used Rust version.
- os: ubuntu-latest - os: ubuntu-latest
python: 3.12 python: 3.13
- os: macos-latest - os: macos-latest
python: 3.12 python: 3.13
# PyPy tests # PyPy tests
- os: ubuntu-latest - os: ubuntu-latest
@@ -263,11 +263,11 @@ jobs:
matrix: matrix:
include: include:
- os: ubuntu-latest - os: ubuntu-latest
python: 3.12 python: 3.13
- os: macos-latest - os: macos-latest
python: 3.12 python: 3.13
- os: windows-latest - os: windows-latest
python: 3.12 python: 3.13
# PyPy tests # PyPy tests
- os: ubuntu-latest - os: ubuntu-latest