Skip to content

Commit e9515e4

Browse files
committed
Use Python 311
1 parent 7ab058c commit e9515e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: "3.12"
13+
python-version: "3.11"
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)