You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should document (and test) the supported python versions. As per https://devguide.python.org/versions/, 3.8 is the minimum supported, but only until 2024-10, so perhaps we should pick 3.9. Alternatively, the default version on Ubuntu 22.04 is 3.10, so that could be a sensible choice.
The text was updated successfully, but these errors were encountered:
I've added 3.6 to the CI matrix now, alongside 3.10. We can remove 3.6 once we're off the old infrastructure.
I'm not sure I understand your second point, sorry! For non-interactive scripts, you don't need to activate the virtual env as you can just run venv/bin/python foo.py
We should document (and test) the supported python versions. As per https://devguide.python.org/versions/, 3.8 is the minimum supported, but only until 2024-10, so perhaps we should pick 3.9. Alternatively, the default version on Ubuntu 22.04 is 3.10, so that could be a sensible choice.
The text was updated successfully, but these errors were encountered: