Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Downgrade to Python 3.8 since no wheel for 3.9
Not all wheels are available for Py3.9 yet, so CI stalls on installing
some packages (see also
docker-library/python#540)
  • Loading branch information
PGijsbers committed Oct 30, 2020
commit f709a4048985de7f23bb0d7427eb386e49c57d76
2 changes: 1 addition & 1 deletion .github/workflows/dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.8
- name: build dist
run: |
python setup.py sdist
Expand Down