You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I cannot install dependency injector having versions 13 and 14 of gcc on my system. Could you provide any information which versions of gcc are supported?
The text was updated successfully, but these errors were encountered:
What kind of error are you getting? Is it reproducible with latest version from master branch?
We've upgraded to Cython 3 recently, it should have better support for modern GCC versions. I cannot give you precise versions supported, since we 100% dependent on Cython for that, and IIRC they have no version compatibility info in their docs.
I'm using GCC v13.2.0 on my machine and it builds fine so far. Our CI uses GCC v10.2.1 to build binary wheels. Might give these versions a try.
Hello, I cannot install dependency injector having versions 13 and 14 of gcc on my system. Could you provide any information which versions of gcc are supported?
The text was updated successfully, but these errors were encountered: