-
Notifications
You must be signed in to change notification settings - Fork 709
Python 3.10 alphas? #150
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Based on this in the readme:
If there is a specific version of Python that is not available, you can open an issue here
I'd like to request support for the Python 3.10.0 Alpha 1 which was recently released - that is, unless it's intended to only support Betas for pre-releases and not Alphas.
The reason I'm asking is that the project I'm developing parses annotations for functions and those change to being lazily evaluated by default (PEP 563 -- Postponed Evaluation of Annotations). I'd like to test compatibility with that change as early as possible, and I unfortunately can't use from __future__ import annotations because that's not supported on Python 3.6.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request