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 usually use RoSys with Python 3.11, but according to pyproject.toml we allow for Python 3.10 as well.
@rodja What do you think: Should we keep supporting Python 3.10? We'd probably only need to add 3.10 to the pytest workflow and fix some minor issues like importing Self.
typing.Self
is included inpython 3.11
and later, thus the import part in the examples, such assteering
, should add additional check, for example,to be backward compatible. Or you can update the doc and remind users that examples require
3.11
or later.The text was updated successfully, but these errors were encountered: