We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06b0f6 commit 9f94611Copy full SHA for 9f94611
.github/workflows/lint-and-test.yml
@@ -23,7 +23,7 @@ jobs:
23
persist-credentials: false
24
- uses: actions/setup-python@v4
25
with:
26
- python-version: 3.7
+ python-version: 3.8
27
cache: 'pip'
28
cache-dependency-path: 'setup.py'
29
- name: Install with type-checking tools, stubs & minimal test libraries
0 commit comments