pyvista / tetgen

A Python interface to the C++ TetGen library to generate tetrahedral meshes of any 3D polyhedral domains
http://tetgen.pyvista.org
Other
219 stars 32 forks source link

Fix python version in macOS build #26

Closed stefsmeets closed 3 years ago

stefsmeets commented 3 years ago

This PR fixes the version number for the macOS build for Python 3.8 in the azure pipelines.

Closes #25

akaszynski commented 3 years ago

Thanks! I'm also going to update the build to support Python 3.9. Additionally, looks like we need to drop 3.5 support.