Skip to content

Commit 1f48abd

Browse files
committed
Add 3.13t and 3.14t to CI matrix
1 parent db50ecc commit 1f48abd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.12", "3.13", "3.14"]
22+
python-version: ["3.12", "3.13", "3.13t", "3.14", "3.14t"]
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)