MagicStack / immutables

A high-performance immutable mapping type for Python.
Other
1.14k stars 57 forks source link

3.12 support #104

Closed Tinche closed 1 year ago

Tinche commented 1 year ago

Howdy,

I know 3.12 isn't out yet. However, other projects (like my cattrs) might want to start testing early to catch regressions. And these projects might use immutables as a test dependency. Hence my plea ;)

LecrisUT commented 1 year ago

For reference, here are the build failures on Fedora when it tried to build with python 3.12

elprans commented 1 year ago

We'll take a look soon. The issue is usually ABI stability and Cython support, so we normally wait for the first release candidate to start issuing builds for the next Python.

Tinche commented 1 year ago

Thanks!