Steve Dower <steve.do...@python.org> added the comment:

> Presumably, I'll be able to add a pre-release of Python 3.9 to the pipelines 
> config at jaraco/skeleton - that will ensure that all projects I maintain 
> going forward will get tested on the pre-release.

I don't have a straightforward task for it, but these should give you a Python 
3.9 prerelease version (or any version you like if you replace "-Prerelease" 
with "-Version x.y.z", IIRC):

nuget install python -Prerelease -OutputDirectory . -ExcludeVersion
.\python\tools\python.exe ...

nuget install pythonx86 -Prerelease -OutputDirectory . -ExcludeVersion
.\pythonx86\tools\python.exe ...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40654>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to