Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.10 #113

Closed
RobPasMue opened this issue Aug 4, 2022 · 1 comment · Fixed by #132
Closed

Support for Python 3.10 #113

RobPasMue opened this issue Aug 4, 2022 · 1 comment · Fixed by #132
Labels
enhancement New feature or request
Milestone

Comments

@RobPasMue
Copy link
Member

RobPasMue commented Aug 4, 2022

Description of the feature

Apparently, pydpf-post is not supported on Python 3.10. On the https://github.com/pyansys/pyansys-landing repository (the PyAnsys metapackage project), we are working on supporting all Python versions from 3.7 onwards. Is there a specific reason for this not to be possible with pydpf-post?

Steps for implementing the feature

Try supporting Python 3.10. Investigate problematic requirements and needs.

Useful links and references

No response

@RobPasMue RobPasMue added the enhancement New feature or request label Aug 4, 2022
@RobPasMue RobPasMue changed the title Provide support for Python 3.10 Support for Python 3.10 Aug 4, 2022
@PProfizi
Copy link
Contributor

PProfizi commented Aug 11, 2022

To support Python 3.10, the requirement on vtk<9.1.0 must be suppressed, as can be seen here.
When deleting the requirement on vtk<9.1.0, we obtain these errors.
See #107 for solving of the vtk limitations.
If further work is required for Python 3.10 effective support, it will be dealt with here.

@PProfizi PProfizi added this to the v0.3.0 milestone Aug 16, 2022
@PProfizi PProfizi linked a pull request Aug 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants