Start to tolerate 3.9 (in pydisassemble)

This commit is contained in:
rocky
2019-12-09 12:20:00 -05:00
parent b8f4dca505
commit daab1e8610
4 changed files with 62 additions and 7 deletions

View File

@@ -60,6 +60,7 @@ PYTHON_VERSIONS = frozenset(
3.6,
3.7,
3.8,
3.9,
)
)