From bc3cd0102b111c4f72a5972f063faac2b2b64f35 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 25 Jul 2019 07:44:49 -0400 Subject: [PATCH] Use updated python 3.8 from xdis --- __pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 1a116073..6a3fd090 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -58,7 +58,7 @@ entry_points = { ]} ftp_url = None install_requires = ['spark-parser >= 1.8.7, < 1.9.0', - 'xdis >= 4.0.2, < 4.1.0'] + 'xdis >= 4.0.3, < 4.1.0'] license = 'GPL3' mailing_list = 'python-debugger@googlegroups.com'