Skip to content

Commit 3510503

Browse files
committed
Update python version for Github actions
1 parent 1c32ddc commit 3510503

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.13
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.7
16+
python-version: 3.13
1717
- name: Install wheel
1818
run: >-
1919
pip install wheel

0 commit comments

Comments
 (0)