Skip to content

Commit db25f65

Browse files
committed
ci: use Python 3.14 for static checks and Python 3.11-3.14 for unit tests
1 parent 0b6340f commit db25f65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.11"]
22+
python-version: ["3.14"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.9", "3.10", "3.11"]
18+
python-version: ["3.14", "3.13", "3.12", "3.11"]
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)