Skip to content

Commit

Permalink
ci: drop python 3.7
Browse files Browse the repository at this point in the history
The latest GitHub actions does not support it anymore.
  • Loading branch information
sbidoul committed Jan 26, 2025
1 parent 3afa5f8 commit e16076f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
# Install supported Python versions. Keep in sync with noxfile.py as
# much as possible, however, GitHub Actions eventually drops support
# for EOL Python versions, at which point we can't test them in CI.
- uses: actions/setup-python@v5
with:
python-version: "3.7"
- uses: actions/setup-python@v5
with:
python-version: "3.8"
Expand Down

0 comments on commit e16076f

Please sign in to comment.