mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
Target Py3.8
This commit is contained in:
parent
0e45403195
commit
a64d99eb91
3
setup.py
3
setup.py
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user