Drop support for Python EOL 3.6

This commit is contained in:
Hugo van Kemenade 2022-01-25 00:42:03 +02:00
parent 6465f4cf51
commit d610721167
4 changed files with 6 additions and 7 deletions

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-20.04]
include:
# Include new variables for Codecov