mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
This commit is contained in:
committed by
Carlton Gibson
parent
9c6ba87692
commit
ec0ff40631
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user