-
Notifications
You must be signed in to change notification settings - Fork 4
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
build: add support for python 3.11 and 3.12 and vendor upstream code #156
Conversation
Thanks for the pull request, @mariajgrimaldi! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
387d488
to
8e18b93
Compare
8e18b93
to
12e6803
Compare
12e6803
to
ac5f842
Compare
3b49a73
to
90ae4c0
Compare
As mentioned in the issue ticket, this tool uses the lib markey: https://pypi.org/project/markey/, which looks unsupported. The library is used here: https://github.com/openedx/edx-platform/blob/master/conf/locale/babel_underscore.cfg#L1-L6 |
The README has more info.
Include a link to the hash of the upstream code that we used as the base for our vendored code. Co-authored-by: Sarina Canelake <[email protected]>
@mariajgrimaldi 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
This PR adds support for Python 3.11 and Python 3.12 in CI workflows.
As a part of this change we had to copy in some code from the https://github.com/EnTeQuAk/markey/ project. There is a README in the vendored folder that explains why we did that.
Resolves #149