Skip to content

Commit 61c6c47

Browse files
committed
Change to Python 3.9
1 parent 40899da commit 61c6c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.9'
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)