IronPython 3.4.0-alpha1
Pre-releaseOn behalf of the IronPython team, I'm very happy to announce the release of IronPython 3.4.0-alpha1. The runtime targets are .NET Framework 4.6, .NET Core 2.1, .NET Core 3.1 and .NET 5. The baseline for this release is Python 3.4.
IronPython 3.4 uses Python 3.4 syntax and standard libraries and so your Python code will need to be updated accordingly. For details on upgrading from IronPython 2 to 3 see the Upgrading from IronPython 2 to 3 article.
While compatibility with CPython has been one of our main goals with IronPython 3, there are still some differences that may cause issues, for more information see the Differences from CPython article.
Huge thanks to @BCSharp, @slide and other contributors @gpetrou, @jdhardy, @paweljasinski, @gfmcknight, @jameslan, @moto-timo, @rtzoeller, @in-code-i-trust, @hackf5, @dc366, @simplicbe, @AlexKubiesa, @isaiah, @ivanbakel, @syn2083, @komodo472, @yuhan0, @michaelblyons, @simonwyatt, @alanmbarr, @ShahneRodgers.
Edit (2021-04-21): updated the release binaries to resolve an issue with ensurepip
.