Allow for newer spark-parser

This commit is contained in:
rocky
2024-11-09 06:10:10 -05:00
parent 9b38760173
commit ab7980374d
2 changed files with 1 additions and 1 deletions

0
admin-tools/check-3.0-3.2-versions.sh Normal file → Executable file
View File

View File

@@ -15,7 +15,7 @@ name = "uncompyle6"
description = "Python cross-version byte-code library and disassembler"
dependencies = [
"click",
"spark-parser >= 1.8.9, < 1.9.1",
"spark-parser >= 1.8.9, < 1.9.2",
"xdis >= 6.1.0, < 6.2.0",
]
readme = "README.rst"