Skip to content

Commit

Permalink
reduce versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hirosassa committed Oct 18, 2021
1 parent c0df9db commit 1719bbf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pythonbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
include:
# - python-version: "3.6"
# tox-env: py36-core
# - python-version: "3.7"
# tox-env: py37-core
# - python-version: "3.8"
# tox-env: py38-core
- python-version: "3.6"
tox-env: py36-core
- python-version: "3.7"
tox-env: py37-core
- python-version: "3.8"
tox-env: py38-core
- python-version: "3.9"
tox-env: py39-core
# - python-version: "3.10"
Expand Down

0 comments on commit 1719bbf

Please sign in to comment.