donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
292 stars 56 forks source link

Python 3.13 #628

Open donkirkby opened 3 months ago

donkirkby commented 3 months ago

The first beta release is out, so check for compatibility issues.

donkirkby commented 3 months ago

It looks like the core code is fine, but matplotlib won't install because of its dependencies on Meson and pillow. The Meson dependency might be fixed when a removed API comes back. Try again with Python 3.13b2 due on June 4.