diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bb5e95..626e72f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,18 +9,14 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10"] exclude: - - platform: macos-latest - python-version: "3.6" - platform: macos-latest python-version: "3.7" - platform: macos-latest python-version: "3.9" - platform: macos-latest python-version: "3.10" - - platform: windows-latest - python-version: "3.6" - platform: windows-latest python-version: "3.7" - platform: windows-latest diff --git a/tox.ini b/tox.ini index 05a7e04..2c57655 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,8 @@ [tox] -envlist = py{36,37,38,39,310}-{linux,macos,windows}, flake8 +envlist = py{37,38,39,310}-{linux,macos,windows}, flake8 [gh-actions] python = - 3.6: py36 3.7: py37 3.8: py38 3.9: py39