From 1719bbf541329e2158c47921bd69687f4bdf889a Mon Sep 17 00:00:00 2001 From: hirosassa Date: Sat, 16 Oct 2021 18:12:26 +0900 Subject: [PATCH] reduce versions --- .github/workflows/pythonbuild.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pythonbuild.yml b/.github/workflows/pythonbuild.yml index 262c89d833..cdbd91353b 100644 --- a/.github/workflows/pythonbuild.yml +++ b/.github/workflows/pythonbuild.yml @@ -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"