We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff965c6 commit 5dc1922Copy full SHA for 5dc1922
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Python
27
uses: actions/setup-python@v3
28
with:
29
- python-version: '3.7.16'
+ python-version: '3.9'
30
31
- name: Install dependencies
32
run: |
0 commit comments