Skip to content

Commit

Permalink
ci: no python-2.7 in setup-python
Browse files Browse the repository at this point in the history
Despite using a pinned hash for the setup-python v4 action, it has
nevertheless changed under us so that Python 2.7 is no longer
supported.

See actions/setup-python#672

Drop 2.7 from the matrix and just rely on the pypy27 entry for
checking Python 2.x builds.
  • Loading branch information
daviddrysdale committed Jun 23, 2023
1 parent 6541995 commit 3452a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", 3.11, pypy2.7, pypy3.9]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", 3.11, pypy2.7, pypy3.9]

steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
Expand Down

0 comments on commit 3452a50

Please sign in to comment.