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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 👍

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