# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
[tox]
-envlist = py{36,37,38,39,310,311}
+envlist = py{37,38,39,310,311}
[testenv]
basepython =
- py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9