Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 209c6e5

Browse files
committed
Test on python 3.14
1 parent 5cb5599 commit 209c6e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
runs-on: [ubuntu-24.04, macos-15]
20-
python-version: ["3.11", "3.12", "3.13"]
20+
python-version: ["3.11", "3.12", "3.13", "3.14", "3.14t"]
2121
steps:
2222
- uses: actions/checkout@v4
2323

0 commit comments

Comments
 (0)