summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-06-11 11:08:25 +0300
committerHugo van Kemenade <hugovk@users.noreply.github.com>2021-06-12 11:21:57 +0300
commitd767a36d29aadcae26840705afce0417a7db0ad5 (patch)
tree7991bbe5ac224fd81ad3076344992584b54ed060 /setup.cfg
parent5acc659aa4c9a7a2fcbd0448421fcb2a3eb00298 (diff)
downloadtesttools-d767a36d29aadcae26840705afce0417a7db0ad5.tar.gz
Add support for Python 3.9
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 87f6789..f252785 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy