mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +03:00
ci: update to Python 3.13
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user