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 support for Python 3.11 #109

Merged
merged 2 commits into from
Jan 7, 2023

Conversation

mcdonnnj
Copy link
Member

🗣 Description

This pull request adds explicitly support for Python 3.11 to our Python projects.

💭 Motivation and context

With the release of Python 3.11 it makes sense to add support (both in metadata and testing) to our Python projects.

🧪 Testing

Automated tests pass.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • Tests have been added and/or modified to cover the changes in this PR.
  • All new and existing tests pass.

@mcdonnnj mcdonnnj added improvement This issue or pull request will add or improve functionality, maintainability, or ease of use hacktoberfest-accepted Pull request that should count toward Hacktoberfest participation labels Oct 30, 2022
@mcdonnnj mcdonnnj requested a review from dav3r as a code owner October 30, 2022 19:11
@mcdonnnj mcdonnnj self-assigned this Oct 30, 2022
@jsf9k jsf9k linked an issue Oct 31, 2022 that may be closed by this pull request
@jsf9k jsf9k added the blocked This issue or pull request is awaiting the outcome of another issue or pull request label Oct 31, 2022
Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

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

🐍 ⚙️

With the release of Python 3.11 on 2022-10-24 we should add it to our
supported Python versions. This includes an appropriate PyPI trove
classifier and adding it to the Python versions that are tested in our
GitHub Actions workflow.
@mcdonnnj mcdonnnj force-pushed the improvement/add_support_for_python_3.11 branch from 706aff5 to 6a5c156 Compare January 7, 2023 20:37
@mcdonnnj mcdonnnj merged commit 65604c7 into develop Jan 7, 2023
@mcdonnnj mcdonnnj deleted the improvement/add_support_for_python_3.11 branch January 7, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This issue or pull request is awaiting the outcome of another issue or pull request hacktoberfest-accepted Pull request that should count toward Hacktoberfest participation improvement This issue or pull request will add or improve functionality, maintainability, or ease of use
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add support for Python 3.11
3 participants