Skip to content

Commit cef1058

Browse files
committed
add 3.14 to test matrix
1 parent 60f74b1 commit cef1058

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- "3.11"
2828
- "3.12"
2929
- "3.13"
30+
- "3.14"
3031
- "pypy-3.10"
3132
steps:
3233
- name: Checkout

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.12"]
17+
python-version: ["3.14"]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v5

0 commit comments

Comments
 (0)