From 54ae5dc01dccc49579f6991bdd228f26baf3c4e6 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Fri, 23 Aug 2019 13:23:50 -0400 Subject: [PATCH] drop Python 3.4 support --- .travis.yml | 2 -- README.md | 2 +- docs/installation.rst | 2 +- setup.py | 1 - tox.ini | 2 +- 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61b8c144a3..1d91943653 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ matrix: env: TOXENV=py36 - python: 3.5 env: TOXENV=py35 - - python: 3.4 - env: TOXENV=py34 - python: 2.7 env: TOXENV=py27 - stage: Verify Docker image builds diff --git a/README.md b/README.md index 4cbc32fbb8..0516a669f2 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,4 @@ Open source licensed under the MIT license (see _LICENSE_ file for details). ## Supported Python Versions -Locust is supported on Python 2.7, 3.4, 3.5, 3.6, 3.7. +Locust is supported on Python 2.7, 3.5, 3.6, 3.7. diff --git a/docs/installation.rst b/docs/installation.rst index a6b53bc3fd..7b6182142b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -34,7 +34,7 @@ To see available options, run: Supported Python Versions ------------------------- -Locust is supported on Python 2.7, 3.4, 3.5, 3.6, 3.7. +Locust is supported on Python 2.7, 3.5, 3.6, 3.7. Installing Locust on Windows diff --git a/setup.py b/setup.py index e286d07563..890905a2d2 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ "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 9d472cabbe..1ec0cfc0bc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py34, py35, py36, py37 +envlist = py27, py35, py36, py37 [testenv] deps =