Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

Check python 3.11 compatibility #373

Closed jrobinAV closed 1 year ago

joaoandre-avaiga commented 1 year ago

Current Taipy Version(2.0.0) does not support python 3.11 because it depends on a version of taipy-gui that uses an older version of Gevent, which is not compatible with python 3.11.

From what I saw, this dependency was already updated on taipy-gui, so it would be a matter of updating Taipy to use the newer version of taipy-gui. To reproduce the test that I did:

After intalling the dev version of Taipy, I ran a milestone to make sure everything works as intended, which was the case.