Skip to content

Commit

Permalink
Drop Python 2 support, the forgotten part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jul 2, 2023
1 parent 85dca4e commit 3eb5992
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
strategy:
matrix:
python-version:
- "2.7"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "pypy2.7"
- "pypy3.7"

steps:
Expand Down Expand Up @@ -61,7 +59,6 @@ jobs:

- name: Report to coveralls
run: coveralls
if: "matrix.python-version != '2.7' && matrix.python-version != 'pypy2.7'"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: github

0 comments on commit 3eb5992

Please sign in to comment.