wlav / cppyy

Other
384 stars 38 forks source link

Support for Python3.11? #200

Closed dizhouwu closed 7 months ago

dizhouwu commented 8 months ago

Hi,

Thanks for the very interesting work here. Any chance a version will be released which supports Python3.11 soon?

Thank you so much!

wlav commented 8 months ago

py11 fixes have been in the repo for some time. I working out a bunch of portability issues that 3.0.0 has (just finished gcc12 issues today), so hopefully can cut a release again soon.

dizhouwu commented 8 months ago

py11 fixes have been in the repo for some time. I working out a bunch of portability issues that 3.0.0 has (just finished gcc12 issues today), so hopefully can cut a release again soon.

Thank you so much!

torokati44 commented 8 months ago

Is that new release also going to bring Python 3.12 compatibility? 👀

wlav commented 8 months ago

Added a few days ago. There are a couple of things I don't quite understand the implications of purely from the Python docs, but all tests run.

torokati44 commented 8 months ago

Great, thank you!

wlav commented 7 months ago

Should all be good now with release 3.1.0. Feel free to reopen if you find otherwise.