Drop support for Python 3.6. It's EOL

This commit is contained in:
Oleh Prypin
2022-08-23 18:52:56 +02:00
parent e485278b55
commit f7307905d4
5 changed files with 9 additions and 16 deletions

View File

@@ -7,11 +7,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', pypy-3.7-v7.x]
python-version: [3.7, 3.8, 3.9, '3.10', pypy-3.7-v7.x]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: 3.6
tox-env: py36
- python-version: 3.7
tox-env: py37
- python-version: 3.8
@@ -24,10 +22,6 @@ jobs:
tox-env: pypy3
# Just to slim down the test matrix:
exclude:
- python-version: 3.7
os: windows-latest
- python-version: 3.7
os: ubuntu-latest
- python-version: 3.8
os: macos-latest
- python-version: 3.8