Skip to content

Commit

Permalink
Remove python 2.7 from CI
Browse files Browse the repository at this point in the history
setup-python no longer supports Python 2.7, and as a result CI is failing on all branches. See actions/setup-python#672
  • Loading branch information
scottgigante authored Dec 1, 2023
1 parent 0671b6b commit 953a92e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ jobs:
fail-fast: false
matrix:
tox_env:
- "py27-django18"
- "py27-django19"
- "py27-django110"
- "py27-django111"

- "py35-django18"
- "py35-django19"
- "py35-django110"
Expand Down

0 comments on commit 953a92e

Please sign in to comment.