-
I did just get it to work setting an alias for Python pointing to 3.11 but ran into this issue: https://github.com/spotify/basic-pitch/issues/63
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
gitpod
The developer platform for on-demand cloud development environments to create software faster and more securely.
Worst case there are services like GitPod or GitHub CodeSpaces which offer you a development ready container where you can write and execute your code. You could also just run a Python 3.11/12 container on your machine and use VSCode's Container Plugin to develop in that locally.