diff --git a/setup.py b/setup.py index cd18278..3c8df23 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,8 @@ data_files=[('', ['setup.py'])], + python_requires='>=3.7, <3.10', + # List run-time dependencies here. These will be installed by pip when # your project is installed. If >=, means it worked with the base version. # If <= means higher versions broke something. diff --git a/tox.ini b/tox.ini index 915a576..6c7a6f7 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = clean,py37,py38 +envlist = clean,py{37,38,39} skip_missing_interpreters=true [testenv]