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 801ad6f commit 0f49a92Copy full SHA for 0f49a92
2 files changed
.github/workflows/ci.yml
@@ -71,6 +71,8 @@ jobs:
71
fetch-depth: 0
72
- name: Setup Python
73
uses: actions/setup-python@v5
74
+ with:
75
+ python-version: '3.11'
76
- name: Install dependencies
77
run: |
78
pip install -r docs/requirements.txt
@@ -90,7 +92,7 @@ jobs:
90
92
- name: Set up Python
91
93
94
with:
- python-version: '3.8'
95
96
- name: Install Dependencies
97
98
python -m pip install --upgrade pip setuptools wheel
.readthedocs.yml
@@ -3,7 +3,7 @@ version: 2
3
build:
4
os: ubuntu-22.04
5
tools:
6
- python: "3.12"
+ python: "3.11"
7
8
python:
9
install:
0 commit comments