use older python version to keep distutils

This commit is contained in:
Inari Listenmaa
2023-11-17 14:11:59 +01:00
parent 9204884463
commit b59fe24c11

View File

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