Skip to content

Commit 0227155

Browse files
committed
updated python version to 3.13 in workflow
1 parent 357b9e5 commit 0227155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: actions/checkout@v4
77
- uses: actions/setup-python@v5
88
with:
9-
python-version: '3.10'
9+
python-version: '3.13'
1010

1111
- name: Run tests
1212
run: |

0 commit comments

Comments
 (0)