drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
236 stars 54 forks source link

Wheels for Python 3.9 / 3.10 on PyPI #57

Closed stefsmeets closed 2 years ago

stefsmeets commented 2 years ago

Thanks for this great library! I'm trying to migrate my code to use Python 3.9, but wheels on pypi are available up to and including Python 3.8.

Would it be possible to upload wheels for python 3.9 and 3.10?

carlosal1015 commented 2 years ago

I built successfully the python bindings for 3.9, but now for 3.10 we have some warnings/errors.

Korijn commented 2 years ago

So how about uploading those 3.9 wheels to pypi? :)

stefsmeets commented 2 years ago

For anyone who is interested, I made wheels available here: https://github.com/stefsmeets/triangle/releases/tag/20200804

The current github action appears to be broken (vcpython27 has been deprecated), so I will make a PR so that hopefully the builds on pypi can also be updated.

carlosal1015 commented 2 years ago

Only curious, the date 20200804 could point to date -u +"%Y%m%d".

robbievanleeuwen commented 2 years ago

Hi @drufat, sectionproperties v2 now utilises triangle and we would also love to get python 3.9 wheels uploaded as implemented in #58 🙌

carlosal1015 commented 2 years ago

Unlike the triangle-20200424 tarball, triangle-20220202 /c is empty.

stefsmeets commented 2 years ago

Thanks @drufat, works like charm! 🚀