From 7224ef46527ca2cc5b25732ceb71c041a56273bf Mon Sep 17 00:00:00 2001 From: einarf Date: Mon, 11 Nov 2019 00:48:52 +0100 Subject: [PATCH] Add python 3.8 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ea8680ea..0dee540c 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], install_requires=[ 'moderngl<6',