DOC: document -dev syntactic sugar#318
Merged
marko-zivic-93 merged 1 commit intoactions:mainfrom May 6, 2022
Merged
Conversation
|
Yes please :) I thought maybe "3.11-dev" would get me the current tip of main. Oh well... :( |
|
It would be nice to get this into the documentation! |
Contributor
Author
|
Hi @vsafonkin and @marko-zivic-93, could anyone have a look please ? |
|
Hi @neutrinoceros, we will take a look at this, thank you for your contribution. |
vsafonkin
approved these changes
May 6, 2022
dmitry-shibanov
approved these changes
May 6, 2022
hugovk
reviewed
May 31, 2022
| - For every minor version of Python, expect only the latest patch to be preinstalled. | ||
| - If `3.8.1` is installed for example, and `3.8.2` is released, expect `3.8.1` to be removed and replaced by `3.8.2` in the tools cache. | ||
| - If the exact patch version doesn't matter to you, specifying just the major and minor version will get you the latest preinstalled patch version. In the previous example, the version spec `3.8` will use the `3.8.2` Python version found in the cache. | ||
| - Use `-dev` instead of a patch number (e.g., `3.11-dev`) to install the latest release of a minor version, *alpha and beta releases included*. |
Contributor
There was a problem hiding this comment.
"alpha, beta and release candidates included" ?
Contributor
Author
There was a problem hiding this comment.
Yup that would be more accurate, sorry I missed that
tdfacer
pushed a commit
to ifit/setup-python
that referenced
this pull request
Oct 7, 2025
DOC: document -dev syntactic sugar
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.
Description:
Add missing documentation on how to install alpha and beta releases
Related issue:
fix #177
Check list: