Px v0.10.0 #239
genotrance
announced in
Announcements
Px v0.10.0
#239
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm happy to announce that Px v0.10.0 has been released.
The main goal was to spin off the libcurl backend as an alternative to pycurl. This was an idea from when v0.8.0 was released. Unlike the ctypes based libcurl backend introduced in v0.7.0, pymcurl uses cffi and supports many more environments. It is built with cibuildwheel and tested with pytest. It also bundles all the required binaries so Px can run with the latest libcurl.
v0.10.0 adds support for the following thanks to this new backend and availability of test hardware:
glibc
andmusl
though--hostonly
and--quit
are not supported.A few issues were also fixed as part of the release:
In the process, several internal improvements have been made:
setup.py
topyproject.toml
pytest
and toxThe binaries support the following versions:
manylinux2014
andmusllinux_1_2
There are still many open issues that will be addressed in upcoming releases. Thanks for all the bug reports and support.
Beta Was this translation helpful? Give feedback.
All reactions