-
Notifications
You must be signed in to change notification settings - Fork 12
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
116: Add Support for Python 3.11 #118
Conversation
12c2dff
to
6f8eb42
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 change, rest all ok
code_annotations/__init__.py
Outdated
@@ -2,4 +2,4 @@ | |||
Extensible tools for parsing annotations in codebases. | |||
""" | |||
|
|||
__version__ = '1.8.0' | |||
__version__ = '1.9.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be 2.0.0
as we are dropping support of python 3.8
Looks good to me if you can get a green build 👍 |
A lot of this work has been caught up on as I've got the Python requirements running and merged the dependabot PRs. I think you've still got some changes we need in here, though, if you want to rebase and take a look. |
e7a43e6
to
db16421
Compare
Nice, almost there. I think we can skip the requirements txt files changes, since those should be run automatically every week now. So if you remove those and fix the commit message to match the format here I can merge this. Thanks for the work! https://open-edx-proposals.readthedocs.io/en/latest/best-practices/oep-0051-bp-conventional-commits.html |
db16421
to
651b005
Compare
Description: resolves #116
JIRA: Link to JIRA ticket
Dependencies: nil
Merge deadline: nil
Installation instructions: nil
Testing instructions:
Reviewers:
Merge checklist:
Post merge:
finished.
Author concerns: nil