Closed CarstenGrohmann closed 5 months ago
hi @CarstenGrohmann
I understand, that from your point of view, it would be convenient if I bump python version to 3.12, which is shipped with your OS.
However, if I look from my own perspective I can say that:
Actually, that was one of the reasons, why I chose to run this tool using docker. It makes it independent from OS libs, and that prevents a lot of compatibility issues from appearing.
If you wish to develop plugins, use python env, which is imo, the right way to go. This project uses a combination of pyenv and poetry, which I recommend.
Python version that's shipped with the OS, is good for OS tools, and that's it.
Cheers
Hi @kbialek,
Thank you for the detailed answer. I'm also fine with Python 3.10 and will rebuild the virtual environment with it.
What do you think about adding a small hint to the README.md? and adapting the requirements files?
Regards, Carsten
What do you think about adding a small hint to the README.md
Please check CONTRIBUTING.md
Thank you for your support, Carsten
Hello,
ArchLinux replaced Python 3.11 with 3.12.
Please update requirements.txt and requirements-dev.txt to support developing with Python 3.12.
I had to switch to PyYAML 6.0.1 to install all required packages:
Thank you, Carsten