Skip to content

Commit

Permalink
Merge pull request #1110 from jdufresne/py38
Browse files Browse the repository at this point in the history
Add Python 3.8 to the test matrix
  • Loading branch information
heyman authored Oct 19, 2019
2 parents 1cc9efe + a3bf4eb commit f4a5706
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
cache: pip
matrix:
include:
- python: 3.8
env: TOXENV=py38
- python: 3.7
env: TOXENV=py37
dist: xenial
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.5, 3.6, 3.7.
Locust is supported on Python 2.7, 3.5, 3.6, 3.7, 3.8.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To see available options, run:
Supported Python Versions
-------------------------

Locust is supported on Python 2.7, 3.5, 3.6, 3.7.
Locust is supported on Python 2.7, 3.5, 3.6, 3.7, 3.8.


Installing Locust on Windows
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35, py36, py37
envlist = py{27,35,36,37,38}

[testenv]
deps =
Expand Down

0 comments on commit f4a5706

Please sign in to comment.