mirror of
https://github.com/django-components/django-components.git
synced 2025-09-06 06:00:31 +00:00
Remove support for Python < 3.6 and Django < 2.2.
This commit is contained in:
parent
ab7e97658f
commit
2c95b0930f
6 changed files with 22 additions and 67 deletions
2
setup.py
2
setup.py
|
@ -20,9 +20,7 @@ setup(
|
|||
keywords=["django", "components", "css", "js", "html"],
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue