Skip to content

Commit ab4617e

Browse files
committed
fix up 3.14 support
1 parent 2e23767 commit ab4617e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [ubuntu-latest, windows-latest, macos-latest]
46-
python-version: ["3.9", "3.13", "3.14t"]
46+
python-version: ["3.9", "3.13", "3.14"]
4747

4848
steps:
4949
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)