Allow for newer spark-parser
Some checks failed
uncompyle6 (osx) / build (macOS, 3.8) (push) Has been cancelled
uncompyle6 (ubuntu) / build (3.8) (push) Has been cancelled
uncompyle6 (windows) / build (windows, 3.8) (push) Has been cancelled

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"