Conversation
|
In detail: originally, the Postponed evaluation of annotations feature ( Since there is not any particular version of Python that is known to be "the version that must implement this feature",
(bold emphasis mine; other emphasis from the documentation) Although I do not have them available to test, the issue presumably affects all current versions of Python 3.9 and up. Considering that 3.7 is currently past end-of-life, this is a pretty severe limitation; you may want to consider yanking some releases etc. @has2k1 At least please make sure to test on 3.9 and 3.10. Re the proposed fix: it seems that the |
Closes #33
Greetings,
I love this package and would like to see this work for Python 3.11. Due to a recent change, one gets this error:
Upon reading this error. I guess that
feature.getMandatoryRelease()returns a None value, so I made a quick fix to check for that. Have confirmed the package can be loaded after my fix on Python 3.11.