Uh oh!
There was an error while loading. Please reload this page.
Support 3.12 - #173
Conversation
JelleZijlstra
commented
May 22, 2023
I guess this still runs alpha 7, which doesn't have a lot of stuff we need. Let's try again after beta 1 is released. |
We could use https://github.com/deadsnakes/action to test with a nightly build in CI. Or, yeah, we could just wait a few days :) |
AlexWaygood
commented
May 22, 2023
Guessing it'll be a few more days before |
JelleZijlstra
commented
May 22, 2023
What, it was released like two hours ago :D I think I'll cut the 4.6.0 release tonight without waiting for this, after manually confirming that things work on current 3.12. |
tmke8
commented
May 24, 2023
Seems 3.12-beta1 was just made available (3 hours ago): https://github.com/actions/python-versions/releases/tag/3.12.0-beta.1-5071360807 |
JelleZijlstra
commented
May 24, 2023
Looks like we're still getting alpha7 |
tmke8
commented
May 24, 2023
Sorry, it seems the manifest needs to be updated still: |
AlexWaygood
commented
May 25, 2023
We're now getting 3.12-beta1 in CI, but the new test that was added in #188 is failing on 3.12. |
AlexWaygood
commented
May 25, 2023
It's a bug in CPython. Writing an issue up now. |
|
AlexWaygood
commented
May 26, 2023
Following 5d51455, everything should now be green on 3.12 if you merge in |
| pickled. Patch by Alex Waygood. | ||
| - Fix tests and import on Python 3.12, where `typing.TypeVar` can no longer be | ||
| subclassed. Patch by Jelle Zijlstra. | ||
| subclassed. Add explicit support for Python 3.12. Patches by Jelle Zijlstra. |
There was a problem hiding this comment.
The "Add explicit support for 3.12" bit needs to be moved to the top of the Changelog
No description provided.