Skip to content

Commit f709a40

Browse files
committed
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)
1 parent 768b0b8 commit f709a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: 3.9
13+
python-version: 3.8
1414
- name: build dist
1515
run: |
1616
python setup.py sdist

0 commit comments

Comments
 (0)