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
Describe the bug
cubi-tk CI currently tests against python 3.8, 3.9 & 3.10.
cubi-tk also imports the varfish-cli (which tests 3.10-3.12). The varfish-cli started using typing.Annotated in version 0.6.*, which is not available in python 3.8 and thus breaks the cubi-tk tests run under that version.
To Reproduce
Steps to reproduce the behavior:
try/check any recent CI run that installs varfish-cli >= 0.6.*
Expected behavior
Since we likely want to keep using the newest varfish-cli version, it seems that we need to drop python 3.8 support.
The text was updated successfully, but these errors were encountered:
Describe the bug
cubi-tk CI currently tests against python 3.8, 3.9 & 3.10.
cubi-tk also imports the varfish-cli (which tests 3.10-3.12). The varfish-cli started using
typing.Annotated
in version 0.6.*, which is not available in python 3.8 and thus breaks the cubi-tk tests run under that version.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Since we likely want to keep using the newest varfish-cli version, it seems that we need to drop python 3.8 support.
The text was updated successfully, but these errors were encountered: