1
0
forked from GitHub/gf-core

gh-actions: Bump the python version

cibuildwheel requires python >= 3.8
This commit is contained in:
Andreas Källberg
2023-09-25 12:53:55 +02:00
parent 37f06a4ae8
commit cf1ef40789

View File

@@ -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: |
@@ -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