Skip to content

Python 3.10 alphas? #150

@The-Compiler

Description

@The-Compiler

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.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions