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:
parent
01b9a49c95
commit
f440047475
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user