From 9ff2b7e566716edb40bc6b9d34fde9174d60c141 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 2 Aug 2018 16:47:41 +0200 Subject: tox: Enable testing py37 by default --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7d8840b..aa1a964 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ of Python 2.7 and Python 3.4+. However, the support for Python 2 is considered 'best effort' and has some known limitations. For example, non-ASCII paths on command-line do not work. -gemato is currently tested against CPython 2.7, CPython 3.4 through 3.6, +gemato is currently tested against CPython 2.7, CPython 3.4 through 3.7, PyPy and PyPy3. gemato depends only on standard Python library modules and their diff --git a/tox.ini b/tox.ini index 0a15b18..f268eac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = begin,py27,py34,py35,py36,pypy,pypy3,incompatible-lzma,nodeps,end +envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,nodeps,end # we operate on sources anyway skipsdist = True -- cgit v1.2.3