Target Py3.8

This commit is contained in:
Ariel Rin 2021-12-24 14:48:30 +10:00
parent 0e45403195
commit a64d99eb91

View File

@ -57,7 +57,7 @@ setup(
extras_require={ extras_require={
'testing': testing_extras 'testing': testing_extras
}, },
python_requires='~=3.7', python_requires='~=3.8',
license='GPLv2', license='GPLv2',
packages=['allianceauth'], packages=['allianceauth'],
url=allianceauth.__url__, url=allianceauth.__url__,
@ -76,7 +76,6 @@ setup(
'Operating System :: POSIX :: Linux', 'Operating System :: POSIX :: Linux',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.10',