Uh oh!
There was an error while loading. Please reload this page.
Officially support Python 3.11 (~May 2022) - #178
Conversation
srittau
commented
Dec 2, 2021
This should probably not go in before the first Python 3.11 beta release (expected May 2022). It fails at the moment anyway, most likely due to missing cibuildwheel support. |
JelleZijlstra
commented
Dec 2, 2021
Should we do a release anyway to unblock Python 3.11 testing work? cc @vstinner |
vstinner
commented
Dec 2, 2021
Yes please, that would be helpful. Well, you can still plan the death of the project if you want, but in that case, please help users (like mypy) to migrate to something else ;-) typed_ast seems to be quite popular: https://libraries.io/pypi/typed-ast
|
JelleZijlstra
commented
Dec 2, 2021
@vstinner for your needs, does it matter whether the release includes wheels for 3.11 and declares support for 3.11 in trove classifiers? |
vstinner
commented
Dec 2, 2021
Oh, I don't care about that :-D All I need is that "python3.11 -m pip install typed_ast" works ;-) You can add it later once Python 3.11 final is released. It's up to you. |
vstinner
commented
Dec 2, 2021
For example, Python 3.11 is not supported on your CI yet ;-) |
hauntsaninja
commented
Dec 2, 2021
Cool, I can make a release tonight or tomorrow morning (unless someone gets to it first) |
vstinner
commented
Dec 2, 2021
Awesome! |
hauntsaninja
commented
Jul 15, 2022
Closing for now, since we'll need to upgrade cibuildwheel and maybe walk back the testing added in #187. Feel free to update and re-open when the time comes. |
No description provided.