Skip to content

Commit a83a878

Browse files
committed
Use Python 3.9
1 parent 9e2a883 commit a83a878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/django.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
restore-keys: |
2121
${{ runner.os }}-pip-
2222
23-
- name: Set up Python 3.10
23+
- name: Set up Python
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.9"
2727

2828
- uses: actions/checkout@v2
2929
with:

0 commit comments

Comments
 (0)