From 3cc1069d37431efd366a0894067aa4c3293dca3e Mon Sep 17 00:00:00 2001 From: Jon Betts Date: Fri, 30 Apr 2021 18:57:48 +0100 Subject: Add a tox file to automatically run the tests and add Python 3.9 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 506f77b..038a85f 100755 --- a/setup.py +++ b/setup.py @@ -30,6 +30,8 @@ classifiers = [ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ] -- cgit v1.2.1