Drop support for Python 3.6

This was in-effect already dropped with the introduction of the
dependency on platformdirs > 3.0. This just makes it official.

Change-Id: I18806e78fe1491948948d224edb27d6ac4a8f45f
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2023-11-06 10:46:58 +00:00
parent 01b9a49c95
commit f440047475
2 changed files with 4 additions and 3 deletions

View File

@ -14,11 +14,12 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
python_requires = >=3.6
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
python_requires = >=3.7
[files]
packages =

View File

@ -23,7 +23,7 @@ commands =
stestr run {posargs}
stestr slowest
[testenv:functional{,-py36,-py37,-py38,-py39}]
[testenv:functional{-py37,-py38,-py39}]
description =
Run functional tests.
# Some jobs (especially heat) takes longer, therefore increase default timeout