Skip to content

Commit 0f49a92

Browse files
committed
Specify python version
1 parent 801ad6f commit 0f49a92

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
fetch-depth: 0
7272
- name: Setup Python
7373
uses: actions/setup-python@v5
74+
with:
75+
python-version: '3.11'
7476
- name: Install dependencies
7577
run: |
7678
pip install -r docs/requirements.txt
@@ -90,7 +92,7 @@ jobs:
9092
- name: Set up Python
9193
uses: actions/setup-python@v5
9294
with:
93-
python-version: '3.8'
95+
python-version: '3.11'
9496
- name: Install Dependencies
9597
run: |
9698
python -m pip install --upgrade pip setuptools wheel

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.12"
6+
python: "3.11"
77

88
python:
99
install:

0 commit comments

Comments
 (0)