Skip to content

Commit

Permalink
Merge pull request #733 from hramezani/update_versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
rtpg committed Jun 14, 2021
2 parents 74460fd + 9994e01 commit 6921ea0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Then you can use the API like so:
Tags will show up for you automatically in forms and the admin.

``django-taggit`` requires Django 1.11 or greater.
``django-taggit`` requires Django 2.2 or greater.

For more info check out the `documentation
<https://django-taggit.readthedocs.io/>`_. And for questions about usage or
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=1.11
Django>=2.2
coverage
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ project_urls =
[options]
python_requires = >=3.6
packages = find:
install_requires = Django>=1.11
install_requires = Django>=2.2
include_package_data = true
zip_safe = false

Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ envlist =

[gh-actions]
python =
3.5: py35
3.6: py36
3.7: py37
3.8: py38, black, flake8, isort
Expand Down

0 comments on commit 6921ea0

Please sign in to comment.