Skip to content

Commit e861d2b

Browse files
ci: run on Ubuntu/windows on 3.14 (#273)
* ci: request the free-threading Python from hatch Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update pyproject.toml * Update ci.yml * Update ci.yml * Update ci.yml * style: pre-commit fixes * Update pyproject.toml * Apply suggestions from code review --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eba6c01 commit e861d2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,16 @@ jobs:
4848
fetch-depth: 0
4949
persist-credentials: false
5050

51+
# Last one is activated
52+
# yaml circular import issue on 3.14t on ubuntu
5153
- uses: actions/setup-python@v5
5254
with:
5355
python-version: |
5456
3.10
5557
3.11
5658
3.12
59+
3.14
5760
3.13
58-
3.14t
5961
allow-prereleases: true
6062

6163
- name: Setup uv

0 commit comments

Comments
 (0)