mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Min. supported Python version
This commit is contained in:
parent
2e3f009426
commit
f98fb8ca24
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -27,7 +27,6 @@ setup(
|
||||||
"static/dbtemplates/js/*.js",
|
"static/dbtemplates/js/*.js",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
python_requires=">=3.7",
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
|
|
@ -43,7 +42,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
],
|
],
|
||||||
python_requires='>=3.6',
|
python_requires=">=3.7",
|
||||||
install_requires=["django-appconf >= 0.4"],
|
install_requires=["django-appconf >= 0.4"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue