No Django 3.2 in AA 2.9.x

This commit is contained in:
Peter Pfeufer 2021-10-18 00:32:31 +02:00
parent f49ca2bccb
commit f3c28ea933
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -71,7 +71,6 @@ setup(
classifiers=[ classifiers=[
'Environment :: Web Environment', 'Environment :: Web Environment',
'Framework :: Django', 'Framework :: Django',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2', 'Framework :: Django :: 3.2',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
@ -87,5 +86,4 @@ setup(
project_urls={ project_urls={
'Documentation': 'https://allianceauth.readthedocs.io/', 'Documentation': 'https://allianceauth.readthedocs.io/',
}, },
) )