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