From 816e98f983108286052af8ba2343601aee3ee59f Mon Sep 17 00:00:00 2001 From: Laurent Morissette Date: Sat, 21 Mar 2020 18:39:28 -0400 Subject: [PATCH] Update to support latest python to suppress runtime bug --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 87482e21..a470df6f 100755 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.8" ], packages=[ "powerline_shell",