Skip to content

Commit df67bbd

Browse files
authored
Bump site deployment environment to python 12
1 parent 69970c4 commit df67bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@v5
3939
with:
40-
python-version: '3.10'
40+
python-version: '3.12'
4141

4242
- name: Install dependencies
4343
run: |

0 commit comments

Comments
 (0)