diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5cc281f..13e72b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,6 @@ jobs: - { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 } - { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 } - { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 } - - { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 } steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index b1b9683..7782aa0 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def run(self): "keyring==21.4.0", "psutil", "ConfigArgParse>=1.7", - "locust>=2.18.5.dev11", + "locust>=2.18.5.dev8", ] # if locust-plugins IS installed, then require a version known to work with this version of swarm. spec = importlib.util.find_spec("locust_plugins") @@ -54,7 +54,6 @@ def run(self): "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", diff --git a/tox.ini b/tox.ini index f9bc3fd..ce5668e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{37,38,39,310,311} +envlist = py{38,39,310,311} [testenv] deps =