[Python.NET] Re: Doubt about compatibility between Python version and Pythonnet

2023-04-25 Thread Emmanuel Rutovic
Hi, Pythonnet version 3.x works well with several versions of Python, including 3.8 to 3.11. If memory is correct, Pythonnet 2.5.2 had problems with Python 3.9 and higher. Regards, Manu. On Tue, Apr 25, 2023 at 6:27 PM Alvaro Castro, Fernando via Python.NET < pythonnet@python.org> wrote: > H

[Python.NET] Doubt about compatibility between Python version and Pythonnet

2023-04-25 Thread Alvaro Castro, Fernando via Python.NET
Hello, I contact you because we are doing some tests using Python 3.10 and Python 3.8. We have seen that using Python 3.8 we can install pythonnet 2.5.2, but using Python 3.10 pythonnet 2.5.2 installation failed. In the information of Pythonnet it seems that 2.5.2 can be installed with Python v