Skip to content

Commit

Permalink
drop Python 3.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg committed Sep 5, 2019
1 parent 246ec42 commit 1fce0a8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/installation.rst
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37
envlist = py27, py35, py36, py37

[testenv]
deps =
Expand Down

0 comments on commit 1fce0a8

Please sign in to comment.