Skip to content

Commit

Permalink
updated test workflow
Browse files Browse the repository at this point in the history
removed 2.7
  • Loading branch information
ReimarBauer committed Jun 20, 2024
1 parent 87cd07f commit add5434
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
fail-fast: false
matrix:
python_version:
# No Python 2.6 in Github Actions
# No Python 2.6, 2.7 in Github Actions
# - '2.6'
- '2.7'
# - '2.7'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
include:
# No Python 2.6 in Github Actions
# No Python 2.6, 2.7 in Github Actions
# - python_version: 2.6
# tox-env: py26
- python_version: 2.7
tox-env: py27
# - python_version: 2.7
# tox-env: py27
- python_version: 3.7
tox-env: py37
- python_version: 3.8
Expand Down

0 comments on commit add5434

Please sign in to comment.