Skip to content

Commit

Permalink
CI: disable Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Feb 14, 2024
1 parent 5a196e0 commit fb5d7cc
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 2.7
env:
TOXENV: py27-pinned
- python-version: 2.7
env:
TOXENV: py27
- python-version: 2.7
env:
TOXENV: py27-extra-deps
- python-version: pypy3
env:
TOXENV: pypy2
PYPY_VERSION: '2.7-v7.3.5'
# https://github.com/actions/setup-python/issues/672
# - python-version: 2.7
# env:
# TOXENV: py27-pinned
# - python-version: 2.7
# env:
# TOXENV: py27
# - python-version: 2.7
# env:
# TOXENV: py27-extra-deps
# - python-version: pypy3
# env:
# TOXENV: pypy2
# PYPY_VERSION: '2.7-v7.3.5'
- python-version: 3.5
env:
TOXENV: py35-pinned
Expand Down

0 comments on commit fb5d7cc

Please sign in to comment.