From d9f9b3006e81807847c370e6794f524d594c6957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Tue, 4 Feb 2020 22:19:57 +0100 Subject: [PATCH] Update setup.py Document Python 3.8 compatibility achieved with #152 to be enable #151. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a0b66f6..f2b39e0 100755 --- a/setup.py +++ b/setup.py @@ -101,6 +101,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Operating System :: OS Independent', 'Topic :: Software Development :: Libraries :: Python Modules'], **setuptools_args) -- 2.39.0.windows.2