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

116: Add Support for Python 3.11 #118

Merged
merged 1 commit into from
Nov 25, 2024
Merged

116: Add Support for Python 3.11 #118

merged 1 commit into from
Nov 25, 2024

Conversation

abdullahQureshee
Copy link

@abdullahQureshee abdullahQureshee commented Oct 18, 2024

Description: resolves #116

JIRA: Link to JIRA ticket

Dependencies: nil

Merge deadline: nil

Installation instructions: nil

Testing instructions:

Reviewers:

Merge checklist:

  • All reviewers approved
  • CI build is green
  • Version bumped
  • Changelog record added
  • Documentation updated (not only docstrings)
  • Commits are squashed

Post merge:

  • Create a tag
  • Check new version is pushed to PyPi after tag-triggered build is
    finished.
  • Delete working branch (if not needed anymore)

Author concerns: nil

Copy link

@farhan farhan left a 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

@@ -2,4 +2,4 @@
Extensible tools for parsing annotations in codebases.
"""

__version__ = '1.8.0'
__version__ = '1.9.0'
Copy link

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

@bmtcril
Copy link
Contributor

bmtcril commented Nov 12, 2024

Looks good to me if you can get a green build 👍

@bmtcril
Copy link
Contributor

bmtcril commented Nov 20, 2024

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.

@abdullahQureshee abdullahQureshee force-pushed the maq/116 branch 3 times, most recently from e7a43e6 to db16421 Compare November 21, 2024 11:40
@bmtcril
Copy link
Contributor

bmtcril commented Nov 22, 2024

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

@bmtcril bmtcril merged commit 5896047 into openedx:master Nov 25, 2024
11 checks passed
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.

Drop support for Python 3.8
4 participants