Skip to content

Commit 4604b7d

Browse files
authored
MAINT: officially support Python 3.14 (#567)
1 parent 53d0456 commit 4604b7d

3 files changed

Lines changed: 1757 additions & 1585 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
3232
with:
33-
pixi-version: v0.62.0
33+
pixi-version: v0.62.2
3434
cache: true
3535
environments: lint
3636

@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
environment:
4747
- tests-py311
48-
- tests-py313
48+
- tests-py314
4949
- tests-numpy1
5050
- tests-backends
5151
- tests-backends-py311
@@ -59,7 +59,7 @@ jobs:
5959

6060
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
6161
with:
62-
pixi-version: v0.62.0
62+
pixi-version: v0.62.2
6363
cache: true
6464
environments: ${{ matrix.environment }}
6565

0 commit comments

Comments
 (0)