Remove build for Python 3.6

This commit is contained in:
Joakim Soderlund 2022-09-25 14:17:56 +02:00
parent 34cfa2939d
commit 0a1fc0d6a9
2 changed files with 0 additions and 3 deletions

View file

@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'

View file

@ -1,6 +1,5 @@
[tox]
envlist =
py36
py37
py38
py39
@ -8,7 +7,6 @@ envlist =
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39