Skip to content

Commit

Permalink
ci: Remove Python 2.7
Browse files Browse the repository at this point in the history
This is no longer supported or operational.
  • Loading branch information
cdown committed Nov 2, 2023
1 parent 155d925 commit ff96458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
matrix:
# Pin to 20.04 for 3.6: https://github.com/actions/setup-python/issues/544
os: [ubuntu-20.04, macos-latest, windows-latest]
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit ff96458

Please sign in to comment.