From eebd16383da60002bbbf4c0dee3055197c67021f Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 26 Nov 2020 12:54:14 -0500 Subject: [PATCH] Add python3.9 to test and classifier lists --- pyproject.toml | 1 + tox.ini | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e963cfa..88ef426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/tox.ini b/tox.ini index e2bcc85..bf4ce7c 100644 --- a/tox.ini +++ b/tox.ini @@ -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