Skip to content

fix: several fixes/improvements for python version selection#2730

Merged
jdx merged 1 commit intomainfrom
python
Oct 12, 2024
Merged

fix: several fixes/improvements for python version selection#2730
jdx merged 1 commit intomainfrom
python

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Oct 12, 2024

  • do not use free-threaded python by default
  • document how to get free-threaded python via python-build
  • add precompiled rc releases
  • use precompiled install_only_stripped variants
  • always use the latest precompiled build for a particular version
  • remove duplicate precompiled versions

Fixes #2716

@jdx jdx force-pushed the python branch 3 times, most recently from 7ffa766 to 7598058 Compare October 12, 2024 15:02
@jdx jdx enabled auto-merge (squash) October 12, 2024 15:06
* do not use free-threaded python by default
* document how to get free-threaded python via python-build
* add precompiled rc releases
* use precompiled install_only_stripped variants
* always use the latest precompiled build for a particular version
* remove duplicate precompiled versions
* dynamically add settings to node/python/ruby docs

Fixes #2716
@jdx jdx merged commit ce11ced into main Oct 12, 2024
@jdx jdx deleted the python branch October 12, 2024 15:37
@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Complexity Health
src.backend 64% 0
src 87% 0
src.cli 78% 0
src.cli.alias 89% 0
src.cli.args 97% 0
src.cli.backends 95% 0
src.cli.cache 87% 0
src.cli.config 91% 0
src.cli.direnv 80% 0
src.cli.generate 72% 0
src.cli.plugins 84% 0
src.cli.settings 94% 0
src.cli.sync 56% 0
src.cli.tasks 75% 0
src.config.config_file 83% 0
src.config 85% 0
src.plugins 80% 0
src.plugins.core 55% 0
src.shell 98% 0
src.task 92% 0
src.toolset 85% 0
src.ui 66% 0
Summary 79% (15537 / 19680) 0

@codacy-production
Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.13% 74.26%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d33349e) 19618 15462 78.82%
Head commit (bf49ca3) 19680 (+62) 15537 (+75) 78.95% (+0.13%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2730) 101 75 74.26%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

jdx pushed a commit that referenced this pull request Mar 24, 2026
…piled_os (#8744)

Swaps the default documentation values for `python.precompiled_arch` and
`python.precompiled_os` in `settings.toml`, which were accidentally
reversed.

Fixes #8737

This bug was introduced in c26370d
(#2730).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mise uses free-threaded Python 3.13 (3.13.0t) when specifying 3.13

1 participant