Bump uncompyle. Pypy 5.8.0-beta tolerance

This commit is contained in:
rocky
2017-10-24 22:56:23 -04:00
parent 1761ba2581
commit 5e7632c33e
2 changed files with 3 additions and 3 deletions

View File

@@ -42,9 +42,9 @@ check-3.7: pytest
check-2.6:
$(MAKE) -C test $@
#:PyPy 2.6.1 or PyPy 5.0.1
#:PyPy 2.6.1 PyPy 5.0.1, or PyPy 5.8.0-beta0
# Skip for now
2.6 5.0 5.3:
2.6 5.0 5.3 5.8:
#:PyPy pypy3-2.4.0 Python 3:
pypy-3.2 2.4:

View File

@@ -39,7 +39,7 @@ entry_points = {
'pydisassemble=uncompyle6.bin.pydisassemble:main',
]}
ftp_url = None
install_requires = ['spark-parser >= 1.7.0, < 1.8.0',
install_requires = ['spark-parser >= 1.7.1, < 1.8.0',
'xdis >= 3.6.0, < 3.7.0', 'six']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'