Skip to content

Commit e16076f

Browse files
committed
ci: drop python 3.7
The latest GitHub actions does not support it anymore.
1 parent 3afa5f8 commit e16076f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
# Install supported Python versions. Keep in sync with noxfile.py as
3131
# much as possible, however, GitHub Actions eventually drops support
3232
# 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"
3633
- uses: actions/setup-python@v5
3734
with:
3835
python-version: "3.8"

0 commit comments

Comments
 (0)