You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Start to tolerate 3.9 (in pydisassemble)
This commit is contained in:
@@ -60,6 +60,7 @@ PYTHON_VERSIONS = frozenset(
|
||||
3.6,
|
||||
3.7,
|
||||
3.8,
|
||||
3.9,
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user