qzhu2017 / PyXtal

A code to generate atomic structure with symmetry
MIT License
234 stars 59 forks source link

Python v3.10 support #206

Closed jacksund closed 1 year ago

jacksund commented 1 year ago

Hi all, I was wondering if there are plans to support python 3.10. I would like to use PyXtal in some of my scripts -- but the rest of my setup is dependent on python 3.10 atm.

Currently, installing with pip on 3.10 fails due to the llvmlite package.

qzhu2017 commented 1 year ago

@jacksund I will check it and let you know by this weekend.

jacksund commented 1 year ago

awesome. thank you for taking a look at this

qzhu2017 commented 1 year ago

@jacksund I just made a new release v0.5.3. It should support python3.10 now.

jacksund commented 1 year ago

Thanks for doing this! Helps a bunch :smile: