summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-python-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-python-package.yml b/.github/workflows/build-python-package.yml
index 5e484bdd0..997ee7bd0 100644
--- a/.github/workflows/build-python-package.yml
+++ b/.github/workflows/build-python-package.yml
@@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
- python-version: '3.x'
+ python-version: '3.10'
- name: Build sdist
run: cd src/runtime/python && python setup.py sdist