ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Upgrade PyO3 to 0.16 #746

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

Rawhide (fc38) has upgraded the pyo3 package to 0.16.6.

One known issue is that the abi3-py36 feature is no longer supported. Moving to use the abi3 feature only, which may be more appropriate given that we now need higher versions on fc.

Closes #745

jw3 commented 1 year ago

I didnt realize pyo3 has a hard check on python version.

error: the configured Python interpreter version (3.6) is lower than PyO3's minimum supported version (3.7)

This would fail on el8, and I have no desire to support two pyo3 versions unless forced to, so we will wait on the compat package that is coming

https://bugzilla.redhat.com/show_bug.cgi?id=2061101#c12