Skip to content

Commit d2a2aff

Browse files
committed
Add Python 3.14 to test matrix
Add a pixi test environment and CI matrix entry for Python 3.14, now available on both conda-forge and defaults.
1 parent c6f43e2 commit d2a2aff

File tree

4 files changed

+2386
-33
lines changed

4 files changed

+2386
-33
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
matrix:
4141
os: [ubuntu-latest, windows-latest]
4242
channel: [defaults, conda-forge]
43-
python-version: ["310", "311", "312", "313"]
43+
python-version: ["310", "311", "312", "313", "314"]
44+
exclude:
45+
- channel: defaults
46+
python-version: "314"
4447
include:
4548
- os: macos-15-intel
4649
channel: conda-forge

0 commit comments

Comments
 (0)