Skip to content

Commit e67b514

Browse files
authored
Update test-python.yml with new python version
1 parent 0c38943 commit e67b514

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414

1515
- name: Setup Python
1616
uses: actions/setup-python@v4
17-
17+
with:
18+
python-version: '3.13'
19+
1820
- name: Check Python
1921
run: |
2022
python --version

0 commit comments

Comments
 (0)