Skip to content

Commit

Permalink
Sync Django trove classifiers with test setup (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Jun 12, 2022
1 parent 168c0bd commit 1a7f7fa
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 @@ -107,16 +107,14 @@ def fullsplit(path, result=None):
cmdclass=cmdclasses,
package_data=package_data,
python_requires=">=3.6",
install_requires=["Django>=2.2"],
install_requires=["Django>=3.2"],
extras_require={},
classifiers=[
'Development Status :: 5 - Production/Stable',
'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',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 1a7f7fa

Please sign in to comment.