Add python3.9 to test and classifier lists

This commit is contained in:
Ethan Paul 2020-11-26 12:54:14 -05:00
parent add4ec62eb
commit eebd16383d
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
]

View File

@ -1,6 +1,7 @@
[tox]
envlist = py36, py37, py38, static, static-tests, security
envlist = py36, py37, py38, py39, static, static-tests, security
isolated_build = true
skip_missing_interpreters = true
[testenv]
description = Run the tests