-
Notifications
You must be signed in to change notification settings - Fork 18
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: python 3.11 and 3.12 support #404
Conversation
Thanks for the pull request, @Ian2012! 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. |
da3c4c4
to
171c818
Compare
Hi @awais786. Is this enough for the upgrade or do we need something else? |
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.
LGTM 👍
c714e26
to
e510525
Compare
af8c7a9
to
73700eb
Compare
@feanil Please review and merge. It has django32 required check which need to be remove. |
73700eb
to
14ad836
Compare
@feanil just a friendly reminder that is pending. |
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.
Looks good, I added a version bump so you can release this after it's merged.
build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. chore: Updating Python Requirements (#396) build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. build: python 3.11 and 3.12 support. fix: include setuptools in quality requirements chore: quality fixes
063518e
to
6453cd8
Compare
Tox did not have the other python versions so we couldn't test locally with those easily. Also, we don't need to run the `docs`, `quality` and `pii_check` on all versions. Running it on the latest version is sufficient.
a52293c
to
eb801db
Compare
@ziafazal I'm gonna merge and release but in the future, please feel free to do that on this repo as the maintainer. |
@Ian2012 🎉 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: Describe in a couple of sentences what this PR adds
JIRA: Link to JIRA ticket
Dependencies: dependencies on other outstanding PRs, issues, etc.
Merge deadline: List merge deadline (if any)
Installation instructions: List any non-trivial installation
instructions.
Testing instructions:
Merge checklist:
Post merge:
finished.
Author concerns: List any concerns about this PR - inelegant
solutions, hacks, quick-and-dirty implementations, concerns about
migrations, etc.