Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Updated supported versions of python and django
  • Loading branch information
mattseymour authored Oct 23, 2024
1 parent eff9f27 commit 64660c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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"],
Expand All @@ -29,8 +29,8 @@
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",
Expand All @@ -40,8 +40,6 @@
"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",
Expand Down

0 comments on commit 64660c7

Please sign in to comment.