From 5b8a409918bb95506eb77d374026922ace029c20 Mon Sep 17 00:00:00 2001 From: Edward Zarecor Date: Tue, 25 Jun 2019 17:13:40 -0400 Subject: [PATCH] updating python versions to match README.rst --- CONTRIBUTING.rst | 4 ++-- doc/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1620509..5fe5e39 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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:: diff --git a/doc/index.rst b/doc/index.rst index a922267..ca23f28 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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.