Add Python 3.14 to CI matrix
Some checks failed
Run Tests / test (3.11) (push) Has been cancelled
Run Tests / test (3.13) (push) Has been cancelled
Run Tests / test (3.14) (push) Has been cancelled
Run Tests / test (3.9) (push) Has been cancelled

This commit is contained in:
Kirill Markin 2026-03-31 04:15:37 +02:00
parent cde226abb4
commit 9cff185a7d
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
2 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.11", "3.13"]
python-version: ["3.9", "3.11", "3.13", "3.14"]
steps:
- uses: actions/checkout@v6