-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.11 support #57
Comments
Depending on apischema now looks like a mistake, @callumforrester is now seeing how painful it would be to move to pydantic instead in #56 |
We would like to get this fixed soon so that we can move https://github.com/dials/nexgen to Python 3.11. How far along are we with moving to |
@callumforrester what do you reckon? |
@coretl @DominicOram WIP here: #56 |
@callumforrester released 0.5.5 which supports python 3.11 |
Unfortunately it looks like apischema (no updates since march, looks relatively dead?) is not compatible with python 3.11, because it's using private APIs:
The text was updated successfully, but these errors were encountered: