Skip to content

Commit efae53d

Browse files
amyreesezsol
andauthored
Run CI tests on 3.14 (#1331)
* Run CI tests on 3.14 * noop commit to retrigger CI --------- Co-authored-by: Zsolt Dollenstein <[email protected]>
1 parent 356ac00 commit efae53d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [macos-latest, ubuntu-latest, windows-latest]
16-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
16+
python-version:
17+
- "3.9"
18+
- "3.10"
19+
- "3.11"
20+
- "3.12"
21+
- "3.13"
22+
- "3.13t"
23+
- "3.14"
24+
- "3.14t"
1725
steps:
1826
- uses: actions/setup-python@v5
1927
with:
@@ -29,6 +37,7 @@ jobs:
2937
cache: pip
3038
cache-dependency-path: "pyproject.toml"
3139
python-version: ${{ matrix.python-version }}
40+
allow-prereleases: true
3241
- uses: actions-rs/toolchain@v1
3342
with:
3443
toolchain: stable

0 commit comments

Comments
 (0)