diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -17,8 +17,6 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.6 - Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Topic :: Internet :: WWW/HTTP @@ -34,7 +32,7 @@ project_urls = Tracker = https://code.djangoproject.com/ [options] -python_requires = >=3.6 +python_requires = >=3.8 packages = find: include_package_data = true zip_safe = false |
