ansys / pytwin

Ansys Digital Twin repository
https://twin.docs.pyansys.com
MIT License
19 stars 7 forks source link

Supporting Py3.11 again #68

Closed RobPasMue closed 1 year ago

RobPasMue commented 1 year ago

Closes #67

lboucin commented 1 year ago

@MaxJPRey @RobPasMue I did not experiment any issue with Python 3.11. I did remove it from project.toml because we might have experienced some issue in the past with it to build the doc (if I remember well due to some issue with ansys-fluent-visualization not supporting it, if I remember well @chrpetre do you remember that?) and most of all because we were not running the unit tests with it. But it looks like it all unit tests pass with 3.11, as well as doc creation, so I'm fine with re-enabling it. Thanks for having done it!