Skip to content

Commit ffba6c6

Browse files
authored
Change Python version from 3.12 to 3.10
1 parent e95d584 commit ffba6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.10"
3131

3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)