Skip to content

Commit afa6b0f

Browse files
committed
drop to python 3.6 to match official build job
1 parent add27d2 commit afa6b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
build-python-version:
1414
description: Python version used for docs build
1515
type: string
16-
default: 3.11
16+
default: 3.6
1717

1818
jobs:
1919
build_pages:
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: ${{ inputs.build-python-version || '3.11' }}
25+
python-version: ${{ inputs.build-python-version || '3.6' }}
2626
cache: "pip"
2727
- name: Install the project dependencies
2828
run: |

0 commit comments

Comments
 (0)