eoyilmaz / displaycal-py3

DisplayCAL Modernization Project
https://eoyilmaz.github.io/displaycal-py3/
GNU General Public License v3.0
698 stars 55 forks source link

testing environment includes python 3.12 #339

Closed p5k369 closed 3 months ago

p5k369 commented 3 months ago

Wheels for wxPython and python 3.12 can only be provided for wxPython-4.2.1. That is because in wxPython-4.2.0 there are still used some PyUnicode functions which were removed in python 3.12. For example _PyUnicode_GETSIZE.