Skip to content

Commit

Permalink
Test PyPy 3.6 and update PyPy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed Jul 23, 2020
1 parent 8f4badd commit f21ad07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,8 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "pypy3.5"
- "pypy3.5-7.0"
- "pypy3.6-7.1"
env:
- DJANGO="Django>=2.2,<3.0"
- DJANGO="Django>=3.0,<3.1"
Expand All @@ -19,7 +20,7 @@ matrix:
exclude:
- python: "3.5"
env: DJANGO="Django>=3.0,<3.1"
- python: "pypy3.5"
- python: "pypy3.5-7.0"
env: DJANGO="Django>=3.0,<3.1"
after_success:
- coveralls
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -45,7 +45,7 @@ Dependencies

``django-lockdown`` requires `Python`_ 3.5 or later and `Django`_ 2.2 or later.

As an alternative to CPython `PyPy`_ 3.5 is supported as well.
As an alternative to CPython `PyPy`_ 3.5 and 3.6 are supported as well.

.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
Expand Down

0 comments on commit f21ad07

Please sign in to comment.