ZbigniewRA
ZbigniewRA
Yes, that works. This will technically be a breaking change, since `test_package` requires now linking to `pybind11::embed`. But this is how it should be. So the remaining issues are: -...
I think I'll need some help with the PR that fixes this issue: https://github.com/conan-io/conan-center-index/pull/25703 - Conan 1 build is marked as failed, but the logs show that test succeeded. So...
Tests I've run succeeded: [see here](https://github.com/RowAnalytics/django-guardian/actions/runs/10211907047) But tests triggered by @thclark 15 hours ago failed ([see here](https://github.com/django-guardian/django-guardian/actions/runs/10159264626/job/28226071711)) with error: `operator does not exist: character varying = integer` This is a...
My testing on GCC 11 and 12 shows that current master doesn't have this problem any more. I think this issue can be closed. (Version 0.12 still has this problem.)