Skip to content

Commit 7e6202f

Browse files
authored
chore(actions): revert to python 3.11 (#1736)
1 parent 5fea577 commit 7e6202f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Python
6767
uses: actions/setup-python@v5
6868
with:
69-
python-version: "3.13"
69+
python-version: "3.11"
7070

7171
- name: Cache pip dependencies
7272
id: cache

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python 3.11
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.13'
43+
python-version: '3.11'
4444

4545
- uses: actions/cache@v4
4646
name: Cache pip dependencies
@@ -93,7 +93,7 @@ jobs:
9393
- name: Setup Python 3.11
9494
uses: actions/setup-python@v5
9595
with:
96-
python-version: '3.13'
96+
python-version: '3.11'
9797

9898
- name: Cache pip dependencies
9999
id: cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Python 3.11
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.13'
25+
python-version: '3.11'
2626

2727
- uses: actions/cache@v4
2828
name: Cache pip dependencies

0 commit comments

Comments
 (0)