Skip to content

Commit

Permalink
Clarify that PyPy is not supported as Python 2 support is dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Nov 8, 2019
1 parent 89c8a56 commit d26ce34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fields in your models and forms.

* Django versions supported: 1.11, 2.1, 2.2, 3.0
* Python versions supported: 3.5, 3.6, 3.7
* PyPy versions supported: PyPy3 (and PyPy for Django 1.11)
* PyPy versions supported: PyPy3

If you need support for older versions of Django and Python, please refer to older releases mentioned in `the release notes <https://django-money.readthedocs.io/en/latest/changes.html>`__.

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
django30-py{37,36}
django22-py{37,36}
django21-py{37,36,35,py3}
django111-py{36,35,py}
django111-py{36,35}
lint
docs
skipsdist = true
Expand Down

0 comments on commit d26ce34

Please sign in to comment.