Skip to content

Commit ab79803

Browse files
committed
Allow for newer spark-parser
1 parent 9b38760 commit ab79803

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

admin-tools/check-3.0-3.2-versions.sh

100644100755
File mode changed.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "uncompyle6"
1515
description = "Python cross-version byte-code library and disassembler"
1616
dependencies = [
1717
"click",
18-
"spark-parser >= 1.8.9, < 1.9.1",
18+
"spark-parser >= 1.8.9, < 1.9.2",
1919
"xdis >= 6.1.0, < 6.2.0",
2020
]
2121
readme = "README.rst"

0 commit comments

Comments
 (0)