Skip to content

Commit 5ce56dd

Browse files
committed
use py313 instead of py314
as the conda package doesn't support py314 yet
1 parent 6afed35 commit 5ce56dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
python-version:
16-
- 3.14
16+
- 3.13
1717
pandoc-version:
1818
- latest
1919
steps:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
include:
1919
- python-version: "3.10"
2020
pandoc-version: "2.15"
21-
- python-version: "3.13"
21+
- python-version: "3.12"
2222
pandoc-version: "3.0"
23-
- python-version: "3.14"
23+
- python-version: "3.13"
2424
pandoc-version: "latest"
2525
steps:
2626
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)