Loosen check to allow running from 2.4-3.10

We still only can *decompile* 2.4-3.8
This commit is contained in:
rocky
2021-10-26 06:08:17 -04:00
parent ea26084e6d
commit 5c2af69925
3 changed files with 18 additions and 6 deletions

View File

@@ -23,7 +23,6 @@ from __future__ import print_function
import sys
from xdis import iscode, py_str2float
from spark_parser import GenericASTBuilder, DEFAULT_DEBUG as PARSER_DEFAULT_DEBUG
from uncompyle6.show import maybe_show_asm