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

feat: add python 3.12 support #488

Merged
merged 8 commits into from
Oct 24, 2024
Merged

Conversation

BilalQamar95
Copy link
Contributor

Description

For details, see tracking issue #481

@BilalQamar95 BilalQamar95 self-assigned this Oct 21, 2024
@BilalQamar95 BilalQamar95 force-pushed the bilalqamar95/python-upgrade branch from 63ba2da to e2cb748 Compare October 22, 2024 14:06
CHANGELOG.rst Outdated Show resolved Hide resolved
@@ -267,6 +267,7 @@ def _verify_jwt_signature(token, jwt_issuer, decode_symmetric_token):
raise jwt.InvalidTokenError(exc_info[2]) from token_error


# pylint: disable=R0917
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this one still needed after updating pylintrc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it suppresses too-many-positional-arguments error.

Screenshot 2024-10-23 at 8 30 38 AM

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add too-many-positional-arguments in pylintrc_tweaks disable section instead of within the file.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
Copy link
Member

@UsamaSadiq UsamaSadiq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's squash the commits before merging the PR and remember to release new package version.

@BilalQamar95 BilalQamar95 merged commit ff45c72 into master Oct 24, 2024
8 checks passed
@BilalQamar95 BilalQamar95 deleted the bilalqamar95/python-upgrade branch October 24, 2024 10:56
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.

2 participants