Python 3.13 - support in github, but not released on pypi? #4767
imchipwood
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the latest antlr4-python3-runtime from pypi.org (4.7.2), I get a
ModuleImportError
for trying to import fromtyping.io
.Looking at the repo, though, the issue is fixed by importing from
typing
on Python versions >= 3.6.This change is old... why is it not part of the released package on pypi.org?
Beta Was this translation helpful? Give feedback.
All reactions