summaryrefslogtreecommitdiff
path: root/.github/workflows/build-python-package.yml
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2023-09-25 12:53:55 +0200
committerAndreas Källberg <anka.213@gmail.com>2023-09-25 12:55:15 +0200
commitcf1ef40789fc6761e46ecac1215cdb018972f2ae (patch)
tree808be3297a56011a967153c608a329db31c3d669 /.github/workflows/build-python-package.yml
parent37f06a4ae845471009610d79d616eab0bdd903d3 (diff)
gh-actions: Bump the python version
cibuildwheel requires python >= 3.8
Diffstat (limited to '.github/workflows/build-python-package.yml')
-rw-r--r--.github/workflows/build-python-package.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-python-package.yml b/.github/workflows/build-python-package.yml
index 0f6e3c050..5e484bdd0 100644
--- a/.github/workflows/build-python-package.yml
+++ b/.github/workflows/build-python-package.yml
@@ -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