Skip to content
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

Add Python 3.11 support #4989

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Add Python 3.11 support #4989

wants to merge 2 commits into from

Conversation

lqc
Copy link
Contributor

@lqc lqc commented Apr 25, 2024

Description

How Has This Been Tested?

  • Run Unit Tests locally on Python 3.11

Checklist

  • The PR is tagged with proper labels (bug, enhancement, feature, documentation)
  • I have performed a self-review of my own code
  • I have added unit tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

cc:

@lqc lqc force-pushed the py311 branch 2 times, most recently from 2099a3d to 06fba20 Compare April 25, 2024 23:06
matrixstone and others added 2 commits April 26, 2024 17:10
Changes made:

* Replace usage of Enum plus str mixin with StrEnum, as per
  python/cpython#100458

* Sync "typing_extensions" version between requirements.txt and pyproject.toml
@lqc
Copy link
Contributor Author

lqc commented Apr 29, 2024

Kind of stuck with this for the moment. I have no idea which C++ library the segfault is coming from. The tests pass for me locally, but I'm on Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants