We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7539949 + 76e5c07 commit 326af50Copy full SHA for 326af50
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
fetch-depth: 2
49
- uses: actions/setup-python@v5
50
with:
51
- python-version: "3.10"
+ python-version: "3.12"
52
53
- name: Generate Report
54
run: |
@@ -69,7 +69,7 @@ jobs:
69
fetch-depth: 0
70
71
72
73
- name: Setup build environment
74
75
sudo apt-get install -y pandoc
.readthedocs.yaml
@@ -12,7 +12,7 @@ build:
12
apt_packages:
13
- pandoc
14
tools:
15
- python: "3.10"
+ python: "3.12"
16
jobs:
17
pre_build:
18
- rm -rf docs/source/api
0 commit comments