Skip to content

Platform override doesn't work #24

@zooba

Description

@zooba

Tested briefly on an ARM64 machine.

py install 3.14-arm64 and py -V:3.14-arm64 both preferred the (default) x64 builds. After setting %PYTHON_MANAGER_DEFAULT_PLATFORM%=-arm64, it worked fine.

Most likely there's some code that is checking for tag+platform before tag, when it should be checking for tag and then tag+platform if nothing matched.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions