Skip to content

Commit

Permalink
updating python versions to match README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Zarecor committed Jun 25, 2019
1 parent 8f8cadb commit 5b8a409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 5b8a409

Please sign in to comment.