From bb15c9bd31b9ed9dcb685819a90032290db92a91 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 10 Nov 2019 11:31:53 +0200 Subject: [PATCH] Drop support for EOL Python 3.4 --- .travis.yml | 1 - doc/install.txt | 2 +- setup.py | 3 +-- tox.ini | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 445835b4..17b4d8d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - '2.7' - - '3.4' - '3.5' - '3.6' - '3.7' diff --git a/doc/install.txt b/doc/install.txt index a6779c28..5b662e0d 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -7,7 +7,7 @@ installation info in a nutshell **PyPI name**: py_ -**Pythons**: CPython 2.7, 3.4, 3.5, 3.6, 3.7, PyPy-5.4 +**Pythons**: CPython 2.7, 3.5, 3.6, 3.7, PyPy-5.4 **Operating systems**: Linux, Windows, OSX, Unix diff --git a/setup.py b/setup.py index a8a80e35..45395abd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def main(): long_description=open('README.rst').read(), use_scm_version={"write_to": "py/_version.py"}, setup_requires=["setuptools-scm"], - url='http://py.readthedocs.io/', + url='https://py.readthedocs.io/', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', @@ -27,7 +27,6 @@ def main(): 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', diff --git a/tox.ini b/tox.ini index 379249d3..f3203507 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] # Skip py37-pytest29 as such a combination does not work (#192) -envlist=py{27,34,35,36}-pytest{29,30,31},py37-pytest{30,31} +envlist=py{27,35,36}-pytest{29,30,31},py37-pytest{30,31} [testenv] commands=