Skip to content

Commit 4e583f0

Browse files
committed
start to test on 3.14 and 3.14-free-threaded
1 parent 8a574d6 commit 4e583f0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
2525
python-version:
26-
- "3.10"
27-
- "3.11"
28-
- "3.12"
29-
- "3.13"
30-
- "pypy-3.10"
26+
["pypy-3.10", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
3127
steps:
3228
- name: Checkout
3329
uses: actions/checkout@v5

0 commit comments

Comments
 (0)