From 5a2d6a854272838562f6726798ca55518a268471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 4 Sep 2020 11:07:34 +0200 Subject: [PATCH] Indicate compatibility with Python 3.8 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2ec0999..e814f29 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,6 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], )