From cb0a0d228a8ace5234ec0e0cb9a9c1a83a9e5ab8 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 22 Jun 2019 14:45:22 +0200 Subject: [PATCH] Add 3.8 to supported versions --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9a507409..995fa3fa 100755 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ setup(name='jedi', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Editors :: Integrated Development Environments (IDE)', 'Topic :: Utilities',