Skip to content

Commit 0059f48

Browse files
committed
Use Python 3.8 for now
1 parent d2ab4fc commit 0059f48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/django.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: "3.9"
26+
# https://www.mail-archive.com/[email protected]/msg209056.html
27+
python-version: "3.8"
2728

2829
- uses: actions/checkout@v2
2930
with:

0 commit comments

Comments
 (0)