This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients eryksun, jaraco, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-05-18.14:35:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589812533.23.0.107396820025.issue40654@roundup.psfhosted.org>
In-reply-to
Content
> 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 ...
History
Date User Action Args
2020-05-18 14:35:33steve.dowersetrecipients: + steve.dower, paul.moore, jaraco, tim.golden, zach.ware, eryksun
2020-05-18 14:35:33steve.dowersetmessageid: <1589812533.23.0.107396820025.issue40654@roundup.psfhosted.org>
2020-05-18 14:35:33steve.dowerlinkissue40654 messages
2020-05-18 14:35:33steve.dowercreate