Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ versions) and generate a coverage report in the ``htmlcov/`` directory::

make test

This requires that you have ``python2.7``, ``python3.3``, ``python3.4``,
``pypy``, and ``pypy3`` binaries on your system's shell path.
This requires that you have ``python2.7``, ``python3.5``, ``python3.6``,
``python3.7``, ``pypy``, and ``pypy3`` binaries on your system's shell path.

To install PostgreSQL on Debian-based systems::

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Welcome to django-fernet-fields!
Prerequisites
-------------

``django-fernet-fields`` supports `Django`_ 1.8.2 and later on Python 2.7, 3.3,
3.4, pypy, and pypy3.
``django-fernet-fields`` supports `Django`_ 1.8.2 and later on Python 2.7, 3.5,
3.6, 3.7, pypy, and pypy3.

Only PostgreSQL, SQLite, and MySQL are tested, but any Django database backend
with support for ``BinaryField`` should work.
Expand Down