We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afed35 commit 5ce56ddCopy full SHA for 5ce56dd
.github/workflows/sphinx.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
python-version:
16
- - 3.14
+ - 3.13
17
pandoc-version:
18
- latest
19
steps:
.github/workflows/test.yml
@@ -18,9 +18,9 @@ jobs:
include:
- python-version: "3.10"
20
pandoc-version: "2.15"
21
- - python-version: "3.13"
+ - python-version: "3.12"
22
pandoc-version: "3.0"
23
- - python-version: "3.14"
+ - python-version: "3.13"
24
pandoc-version: "latest"
25
26
- uses: actions/checkout@v5
0 commit comments