Skip to content

Commit

Permalink
Update README and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jul 22, 2024
1 parent d501d24 commit f147adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The following relations are supported:
Requirements
============

- Python (3.7, 3.8, 3.9, 3.10, 3.11, 3.12)
- Django (2.2, 3.0, 3.1, 3.2, 4.0, 4.1, 4.2, 5.0)
- djangorestframework (3.8+)
- Python (3.8, 3.9, 3.10, 3.11, 3.12)
- Django (3.2, 4.0, 4.1, 4.2, 5.0)
- djangorestframework (3.11+)

Installation
============
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ def get_version(package):
},
include_package_data=True,
zip_safe=False,
python_requires='>=3.7',
python_requires='>=3.8',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
Expand All @@ -58,7 +55,6 @@ def get_version(package):
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit f147adf

Please sign in to comment.