Skip to content

Commit 47e4dcf

Browse files
Upgrade Python in tests to 3.13 (#158)
1 parent 68d7168 commit 47e4dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_workflow.yaml

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

3232
- name: Install dependencies
3333
run: |

0 commit comments

Comments
 (0)