Drop Python 3.6 from envlist

Change-Id: Icb46ed40b9d0e28822776cd32c70436b728f8a9d
This commit is contained in:
Aija Jauntēva 2022-09-26 06:02:22 -04:00
parent 168a106085
commit 85cdc10d86
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.0
envlist = py39,py36,pep8
envlist = py39,pep8
ignore_basepython_conflict=true
[testenv]