diffpy / diffpy.pdfgui

graphical user interface for real space structure refinement to PDF
Other
19 stars 24 forks source link

Added support for Python 3.11 #104

Closed 8bitsam closed 8 months ago

8bitsam commented 11 months ago

Editing config files and setup.py for Python 3.11; updated project version to 2.0.4 assuming a new release is imminent Closes #103

Ready for review and merge

dragonyanglong commented 8 months ago

Thanks for the PR. The py3.11 compatibility issue is due to dependency package -- diffpy.pdffit2, not on the pdfgui (which is straightforward to fix as in docs). We need to upgrade diffpy.pdffit2 c++ codes first, then support pdfgui py3.11.