Closed eoyilmaz closed 1 month ago
Tested and runs on linux.
Seems to be running fine under Windows too, and although you reported it is running fine under Linux, I'll be testing it in Fedora too, just for fun 😄
The only issue I seem to find is that the wheel name is DisplayCAL-3.9.14-py3-none-any.whl
instead of DisplayCAL-3.9.14-py3-cp311-cp311-any.whl
I wonder if this is intentional as we don't have a C-Extension anymore?
That just indicates that the wheels isn't cpython specific anymore.
Got rid of the C-Extension. Tested on MacOS, where it is working fine. Need more tests for other OSes before we merge this. Creating the PR just to start running the builds on GitHub.