Skip to content

Commit

Permalink
gh-actions: Bump the python version
Browse files Browse the repository at this point in the history
cibuildwheel requires python >= 3.8
  • Loading branch information
anka-213 committed Sep 25, 2023
1 parent 37f06a4 commit cf1ef40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v1
name: Install Python
with:
python-version: '3.7'
python-version: '3.x'

- name: Install cibuildwheel
run: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.7'
python-version: '3.x'

- name: Build sdist
run: cd src/runtime/python && python setup.py sdist
Expand Down

0 comments on commit cf1ef40

Please sign in to comment.