diffpy / diffpy.pdfgui

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

Update to Python 3.11, 3.12 #107

Open 8bitsam opened 6 months ago

8bitsam commented 6 months ago

Conda-forge build configs were modified to add support for Python 3.11, 3.12. Also locked the wxPython version to 4.2+ as that is required for Python 3.11 and 3.12. This has resulted in a minor issue with GUI scaling. Title boxes are slightly cut off in the constraints and results tabs, but this is fixed by just maximizing and minimizing the window (it might just be a local issue on my device).

Other than that, functionality appears fine based on testing with the example data. It should be ready for a new conda-forge release.

Ready for review and merge