Drop Python 3.6 compatibility

This commit is contained in:
Raphael Michel
2022-01-19 16:49:19 +01:00
parent 12be98c888
commit 0757542f4f
2 changed files with 5 additions and 4 deletions

View File

@@ -150,9 +150,10 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Framework :: Django :: 3.2'
],