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
Githubs new (arm) macos runners do not have older python versions. This means test suite is failing.
in securesystemslib we just stopped testing old python on mac and windows: secure-systems-lab/securesystemslib#797. I think that's a reasonable solution since the full matrix is overkill:
testing all pythons on linux means we're not using too new features
testing the newest python on on mac and windows means we know we're not introducing new linuxisms in the code base
We should do something similar here.
The text was updated successfully, but these errors were encountered:
Githubs new (arm) macos runners do not have older python versions. This means test suite is failing.
in securesystemslib we just stopped testing old python on mac and windows: secure-systems-lab/securesystemslib#797. I think that's a reasonable solution since the full matrix is overkill:
We should do something similar here.
The text was updated successfully, but these errors were encountered: