We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa56642 commit c78653aCopy full SHA for c78653a
.github/workflows/pypi.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python
24
uses: actions/setup-python@v2
25
with:
26
- python-version: '3.7'
+ python-version: '3.8'
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
0 commit comments