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.
1 parent 3afa5f8 commit e16076fCopy full SHA for e16076f
.github/workflows/check.yml
@@ -30,9 +30,6 @@ jobs:
30
# Install supported Python versions. Keep in sync with noxfile.py as
31
# much as possible, however, GitHub Actions eventually drops support
32
# for EOL Python versions, at which point we can't test them in CI.
33
- - uses: actions/setup-python@v5
34
- with:
35
- python-version: "3.7"
36
- uses: actions/setup-python@v5
37
with:
38
python-version: "3.8"
0 commit comments