Skip to content

Commit 681719e

Browse files
authored
Add free threaded Python 3.14t to CI workflow (#412)
* Add free threaded Python version '3.14t' to CI workflow * uv lock --upgrade-package markupsafe pandas pyyaml
1 parent 2a0d4fb commit 681719e

File tree

2 files changed

+142
-95
lines changed

2 files changed

+142
-95
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ${{ matrix.os }}
6262
strategy:
6363
matrix:
64-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
64+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
6565
os: ["ubuntu-latest", "macos-14", "windows-latest"]
6666
steps:
6767
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)