From a28654f97649456d3418080540bd35c5a7b3a679 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Mon, 23 Dec 2019 14:37:28 +0500 Subject: [PATCH] Add Python 3.8 to the list of versions in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b61256f..bf2dc2d 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8" "Programming Language :: Python :: 3" ], keywords="tasks backend flask",