Skip to content

Commit d2a3cb5

Browse files
committed
Building app with Python 3.9
1 parent e3f1821 commit d2a3cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up Python App
19+
- name: Set up Python 3.9
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: [3.7, 3.8, 3.9]
22+
python-version: 3.9
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)