Skip to content

Commit

Permalink
Drop minimum supported Django version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuperala committed Oct 27, 2022
1 parent f9efe7f commit d43d94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def read(filepath):
"reversion": ["locale/*/LC_MESSAGES/django.*", "templates/reversion/*.html"]},
cmdclass=cmdclass,
install_requires=[
"django>=3.2",
"django>=3.0",
],
python_requires='>=3.7',
classifiers=[
Expand Down

0 comments on commit d43d94b

Please sign in to comment.