Allow running the test suite against Py3.8 and Py3.9

This commit is contained in:
Pedro Algarvio 2020-02-07 12:44:53 +00:00
parent cc8c3f09c6
commit 625460bc4a
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -45,7 +45,7 @@ SITECUSTOMIZE_DIR = os.path.join(REPO_ROOT, "tests", "support", "coverage")
IS_DARWIN = sys.platform.lower().startswith("darwin")
IS_WINDOWS = sys.platform.lower().startswith("win")
# Python versions to run against
_PYTHON_VERSIONS = ("2", "2.7", "3", "3.4", "3.5", "3.6", "3.7")
_PYTHON_VERSIONS = ("2", "2.7", "3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9")
# Nox options
# Reuse existing virtualenvs