From e736ba5a46cfbc6f7bfa2cde48f65d890989fcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Mon, 25 May 2020 19:39:18 +0200 Subject: [PATCH] Add python 3.8 to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 358e9ee..2ddc616 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setuptools.setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Internet", "Topic :: Multimedia :: Video" ],