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
some versions are pinned to the minor version, and some are pinned to the patch
sometimes the versions drift. In the output above, we can see that the Dockerfile Python versions are at 3.11.3, while the cimg tags are at 3.11.2. At the time of writing this issue, there is no cimg/python:3.11.3 tag
We should ensure internal consistency for these various Python versions, if possible. We should also alert ourselves when things drift out of sync.
The text was updated successfully, but these errors were encountered:
I put pyproject.toml:python = ">=3.11, <3.13" in #514
But since the container is 3.12, maybe it wouldn't be a bad idea to force the developers to use the same version, even though there's no real obligation
We have a few Python versions defined throughout the repo:
Dockerfile
Python versions are at 3.11.3, while thecimg
tags are at3.11.2
. At the time of writing this issue, there is nocimg/python:3.11.3
tagWe should ensure internal consistency for these various Python versions, if possible. We should also alert ourselves when things drift out of sync.
The text was updated successfully, but these errors were encountered: