We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a1ccf commit 6c10a91Copy full SHA for 6c10a91
.github/workflows/build-deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python
21
uses: actions/setup-python@v5
22
with:
23
- python-version: '3.6'
+ python-version: '3.8'
24
25
- name: Install dependencies
26
run: |
0 commit comments