darwin-py icon indicating copy to clipboard operation
darwin-py copied to clipboard

python 3.11 support

Open filippocastelli opened this issue 1 year ago • 3 comments

Dependency specifications in pyproject.toml exclude python 3.11.x. This means we can't install darwin-py using poetry in our latest 3.11-based products, considering that no particularly deep issues emerge in #651 we install it install separately using pip.

Support for python 3.11 would be very desirable now that most libraries tend to support it as well.

filippocastelli avatar Oct 12 '23 08:10 filippocastelli

Hi Filippo,

Yes, this is something we'd also like to do. Initially we held off because of a lack of support from some of the more important libs that we depend on, but this is largely/completely not the case now, and we have a ticket open, and PR open, for adding support atm. Our major challenge is capacity and the testing necessary for accomodation a new version, but I will note your needs, and add them to the ticket

Thanks

Owen :)

owencjones avatar Oct 13 '23 12:10 owencjones

@owencjones The major problem was that it would require updates from Torch 1.x -> 2.0, but Jon has checked out that particular library update and has let me know that there's no backwards compatibility issues and has tested that with the models code. We could merge in 3.11 support soon.

Nathanjp91 avatar Oct 17 '23 13:10 Nathanjp91

We plan to move to python3.11 soon and would really appreciate if this could be prioritized. Thanks.

frerksaxen avatar Nov 28 '23 14:11 frerksaxen

@frerksaxen I apologise for the delayed response here, but darwin-py supports Python 3.11 as of 0.8.54 onward!

JBWilkie avatar May 23 '24 13:05 JBWilkie