SpotlightKid / python-rtmidi

Python bindings for the cross-platform MIDI I/O library RtMidi
https://spotlightkid.github.io/python-rtmidi/
Other
356 stars 65 forks source link

Missing wheel for Python 3.12 #181

Closed luctrott closed 11 months ago

luctrott commented 11 months ago

When I run pip3.12 install python-rtmidi on Windows, a prebuild wheel is not found and it tries to build the wheel locally, but fails because I don't have the necessary tools installed. So could you please add a wheel for Python 3.12?

Thanks

SpotlightKid commented 11 months ago

Fixed in #182.

New release coming soon.

SpotlightKid commented 11 months ago

Release 1.5.7 is out:

https://github.com/SpotlightKid/python-rtmidi/releases/tag/1.5.7