From aba9d93f40b2f0be86f1251483baf12118bdd954 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Wed, 2 Oct 2019 23:43:12 +0200 Subject: [PATCH] Update version. Refs #66 --- .travis.yml | 2 +- HISTORY.rst | 2 ++ setup.py | 2 +- tox.ini | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7010816..abc86b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ sudo: false language: python python: - 2.7 - - 3.4 - 3.5 - 3.6 + - 3.7 install: - pip install -r requirements-dev.txt - python setup.py develop diff --git a/HISTORY.rst b/HISTORY.rst index 237f3cd..3db5dc8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,8 @@ ------------------ - Add JSON-LD output to the REST service. (#63) +- Drop support for Python 3.4, add support for 3.7. This is the last version + that will support Python 2. (#66) 0.8.0 (2017-07-12) ------------------ diff --git a/setup.py b/setup.py index ebc7e84..aa0f4d5 100644 --- a/setup.py +++ b/setup.py @@ -31,9 +31,9 @@ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Framework :: Pyramid', ], author='Koen Van Daele', diff --git a/tox.ini b/tox.ini index 0d47934..fd07517 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34,py35,cover +envlist = py27,py35,py36,py37,cover [testenv] commands = @@ -12,7 +12,7 @@ deps = [testenv:cover] basepython = - python2.7 + python3.6 commands = python setup.py develop pip install -r requirements-dev.txt # Fix versions