Skip to content

Commit 8a91b5d

Browse files
committed
fix: bump python version
1 parent 3a046c1 commit 8a91b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-python@v3
1111
with:
12-
python-version: "3.7"
12+
python-version: "3.13"
1313
- name: Test
1414
run: |
1515
make test

0 commit comments

Comments
 (0)