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

is it possible to upgrade Python requirement because 3.6 is too old nowadays ? #358

Open
raoufkeskes opened this issue Mar 19, 2024 · 1 comment

Comments

@raoufkeskes
Copy link

Hello,

I'm working on a project where I use pymesh, I want to upgrade my packages to leverage the speed of the updated packages with new python, but pymesh is becoming the burden / the bottleneck since it requires python 3.6

is it possible to upgrade Python dependency because 3.6 is too old nowadays, so we can use pymesh with python 3.10 for ex ?

@yuyuan871111
Copy link

yuyuan871111 commented Apr 4, 2024

solved from other issue (#350) pymesh for python 3.10
another wheel file for python 3.8 here
to install
pip install [wheel_filepath]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants