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 fd05fbf commit 59b5071Copy full SHA for 59b5071
.github/workflows/docs.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
max-parallel: 4
11
matrix:
12
- python-version: [3.9]
+ python-version: [3.12]
13
14
steps:
15
- name: Checkout code
.readthedocs.yml
@@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
- python: "3.11"
+ python: "3.12"
# Build PDF & ePub
formats:
0 commit comments