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 final #1708

Merged
merged 2 commits into from Oct 26, 2022
Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Oct 26, 2022

Contributor checklist
  • Provided the tests for the changes.
  • Assure PR title is short, clear, and good to be included in the user-oriented changelog
Maintainer checklist
  • Assure one of these labels is present: backwards incompatible, feature, enhancement, deprecation, bug, dependency, docs or skip-changelog as they determine changelog listing.
  • Assign the PR to an existing or new milestone for the target version (following Semantic Versioning).

Add the Trove classifier.

For what version range should 3.11 be added in this table?

https://github.com/jazzband/pip-tools#versions-and-compatibility

@hugovk hugovk added the skip-changelog Avoid listing in changelog label Oct 26, 2022
@hugovk hugovk added this to the 6.10.0 milestone Oct 26, 2022
@hugovk hugovk changed the title Test Python 3.11 final Add support for Python 3.11 final Oct 26, 2022
@hugovk hugovk added enhancement Improvements to functionality skip-changelog Avoid listing in changelog and removed skip-changelog Avoid listing in changelog labels Oct 26, 2022
@webknjaz
Copy link
Member

@hugovk I think there's another workflow file that would also need to be updated.

@webknjaz webknjaz merged commit 1fb2e69 into jazzband:master Oct 26, 2022
@hugovk hugovk deleted the test-3.11 branch October 27, 2022 05:12
@hugovk
Copy link
Member Author

hugovk commented Oct 27, 2022

This is the only one:

$ git grep 3.11-dev
$ git grep 3.11
.github/workflows/ci.yml:          - "3.11"
CHANGELOG.md:- Test on Python 3.11 ([#1527](https://github.com/jazzband/pip-tools/pull/1527)). Thanks
piptools/_compat/pip_compat.py:# pattern. In pip 22.1, importlib.metadata became the default on Python 3.11
setup.cfg:    Programming Language :: Python :: 3.11
tests/test_cli_compile.py:            --hash=sha256:c2b0134119a624f4ac9398b44f8e28a01c7686ac350a12a74793f3dd57a9eea0
tests/test_cli_compile.py:            --hash=sha256:c2b0134119a624f4ac9398b44f8e28a01c7686ac350a12a74793f3dd57a9eea0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants