Skip to content

Commit 1cce3bb

Browse files
committed
Add Python 3.13, 3.14; remove Python 3.10
1 parent ffa57f9 commit 1cce3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ubuntu, ] # macos, windows] # Only Linux currently.
29-
python-version: ["3.10", "3.11", "3.12"]
29+
python-version: ["3.11", "3.12", "3.13", "3.14"]
3030

3131
env:
3232
# Used for coveralls flag

0 commit comments

Comments
 (0)