Update setup.py

Updated supported versions of python and django
This commit is contained in:
Matt Seymour 2024-10-23 10:52:32 +01:00 committed by GitHub
parent eff9f27514
commit 64660c7c5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ setup(
long_description=readme,
long_description_content_type="text/x-rst",
packages=["dj_database_url"],
install_requires=["Django>=3.2", "typing_extensions >= 3.10.0.0"],
install_requires=["Django>=4.2", "typing_extensions >= 3.10.0.0"],
include_package_data=True,
package_data={
"dj_database_url": ["py.typed"],
@ -29,8 +29,8 @@ setup(
classifiers=[
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
@ -40,8 +40,6 @@ setup(
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",