We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b008646 commit 36f00d3Copy full SHA for 36f00d3
uncompyle6/scanners/tok.py
@@ -94,7 +94,6 @@ def __init__(
94
else:
95
if version_tuple > (3, 9):
96
print("Python versions 3.9 and greater are not supported.")
97
- sys.exit(1)
98
99
print(f"xdis might need to be informed about version {e}")
100
return
0 commit comments