[Python.NET] Re: Allowing Python.Net to run with latest Python version

2020-11-23 Thread Benedikt Reinartz via PythonNet
Hi, Python 3.9 support has been merged upstream on master as well as the 2.5 branch (https://github.com/pythonnet/pythonnet/tree/backports-2.5). I'll try to make a new maintenance release (2.5.2) with Python 3.9 support this weekend. Benedikt ___ Pyth

[Python.NET] Re: Support for Python v3.9

2021-05-15 Thread Benedikt Reinartz via PythonNet
Hi, Indeed, we back-ported support as such in Python.NET 2.5.2, but we ran into some ominous crashes in CI. That's why we don't claim support on Pypi and don't provide wheels for 3.9. You can either build 2.5.2 yourself or the try to use the current master instead. We'll try to come up with a c