We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.9
1 parent 5fe0a46 commit d0b0c2bCopy full SHA for d0b0c2b
.github/workflows/ci.yml
@@ -16,6 +16,6 @@ jobs:
16
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
17
strategy:
18
matrix:
19
- python-version: ["3.8", "3.9"]
+ python-version: ["3.9"]
20
os: [macOS-latest, ubuntu-latest, windows-latest]
21
on: [pull_request, push]
0 commit comments