Skip to content

Commit fe6768a

Browse files
authored
Set python version to 3.13 for GH actions (#74)
1 parent d1aa0f4 commit fe6768a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: '3.x'
45+
python-version: 3.13
4646

4747
- name: Install dependencies
4848
run: |

0 commit comments

Comments
 (0)