Encouraging 3.10 wheels on PyPI

If it’s only Windows you’re concerned about with 32-bit, the pythonx86 package from Nuget should help. There are some install commands listed, but you’re more likely to want:

nuget install pythonx86 -Version 3.10.0 -ExcludeVersion -o <directory>
$env:PATH += "<directory>\pythonx86\tools"
python ...

(Nuget should be available by default…)

2 Likes