Skip to content

Commit

Permalink
Drop testing with Python 2.7
Browse files Browse the repository at this point in the history
GitHub Actions no longer supports Python 2.7
as per actions/setup-python#672.
  • Loading branch information
benmwebb committed Jun 18, 2024
1 parent 73483e9 commit d1c25fb
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 @@ -10,9 +10,6 @@ jobs:
matrix:
os: [ubuntu-22.04]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- os: ubuntu-20.04
python-version: '2.7'
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit d1c25fb

Please sign in to comment.