Hi everyone, we are currently supporting Python 3.8-3.12, but 3.8 already reached EOL (and 3.9 does in Septmeber): https://devguide.python.org/versions/. [https://devguide.python.org/_static/og-image-200x200.png]<https://devguide.python.org/versions/> Status of Python versions - Python Developer's Guide<https://devguide.python.org/versions/> Status of Python versions ΒΆ The main branch is currently the future Python 3.15, and is the only branch that accepts new features. The latest release for each Python ... devguide.python.org
1. Can we move to support 3.9-3.13? 2. Can we pin packages to minimal version we support? (some things are a bit complicated, for example Vaex, PySpark,...) Cheers, Jernej