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

Add classifier for Python 3.11 #840

Merged
merged 1 commit into from Aug 24, 2023
Merged

Add classifier for Python 3.11 #840

merged 1 commit into from Aug 24, 2023

Conversation

eseifert
Copy link
Contributor

Some tools or services like https://pyreadiness.org/ use classifiers to check for compatibility with a particular Python version. It would be nice to have classifiers for all Python versions tested with tox in setup.py.

Copy link
Contributor

@hugovk hugovk left a comment

Choose a reason for hiding this comment

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

And remove allow_failures from the CI, so that Python 3.11 must now pass?

oauthlib/.travis.yml

Lines 22 to 23 in 564d526

allow_failures:
- python: "3.11-dev"

Travis CI doesn't yet have 3.11 so 3.11-dev will do for now. Here's the tracking ticket to upvote:

@cclauss
Copy link
Contributor

cclauss commented Aug 24, 2023

@JonathanHuot Your review please on this change. Travis CI is no longer free to open-source projects so the Travis-related review above no longer applies.

@JonathanHuot JonathanHuot added this to the 3.3.0 milestone Aug 24, 2023
@JonathanHuot
Copy link
Member

Indeed, travis changes will be removed as part of #834 .
However, the classifier in the PR is necessary. Will merge.

@auvipy auvipy merged commit 4a7db54 into oauthlib:master Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants