From d8ea4a64a5845c1052d79c1f73df93c23b1d961d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 2 May 2018 01:50:34 +0000 Subject: [PATCH] Indicate Python3.7 support Update the Python package trove metadata to reflect that the project is tested to work with the (still in beta) Python3.7 interpreter. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index eb198db..f1e1f2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,7 @@ classifier = Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 Programming Language :: Python :: 3 :: Only Topic :: Communications Topic :: Communications :: BBS -- 2.11.0