fix: added 3.11 to list of available pythons#477
Merged
radoering merged 1 commit intopython-poetry:mainfrom Oct 4, 2022
Merged
fix: added 3.11 to list of available pythons#477radoering merged 1 commit intopython-poetry:mainfrom
radoering merged 1 commit intopython-poetry:mainfrom
Conversation
Member
|
Shouldn't this list be updated to? poetry-core/src/poetry/core/version/helpers.py Lines 13 to 26 in d6d33de |
2a4bc87 to
5367933
Compare
Member
Author
Good catch 👍 |
mkniewallner
approved these changes
Sep 25, 2022
5367933 to
5e133e5
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
This was referenced Oct 4, 2022
2 tasks
mwalbeck
pushed a commit
to mwalbeck/docker-python-poetry
that referenced
this pull request
Jan 10, 2023
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [poetry](https://python-poetry.org/) ([source](https://github.com/python-poetry/poetry), [changelog](https://python-poetry.org/history/)) | patch | `1.3.1` -> `1.3.2` | --- ### Release Notes <details> <summary>python-poetry/poetry</summary> ### [`v1.3.2`](https://github.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#poetry-core-132-httpsgithubcompython-poetrypoetry-corereleasestag132) [Compare Source](python-poetry/poetry@1.3.1...1.3.2) - Add `3.11` to the list of available Python versions ([#​477](python-poetry/poetry-core#477)). - Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range ([#​475](python-poetry/poetry-core#475)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuOTQuMCJ9--> Reviewed-on: https://git.walbeck.it/walbeck-it/docker-python-poetry/pulls/573 Co-authored-by: renovate-bot <[email protected]> Co-committed-by: renovate-bot <[email protected]>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Python 3.11 is just around the corner, so we have to update this list.
Package.AVAILABLE_PYTHONSis needed in two places:poetry-core/src/poetry/core/packages/package.py
Line 309 in 4535724
I would prefer a more generic way. So if anyone has a suggestion ...
Downstream tests are fixed in python-poetry/poetry#6561