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
This currently blocks #650 and any future pull requests.
On Dec 15th '22 GitHub switched its "ubuntu-latest" from Ubuntu 20.04 to 22.04, which doesn't support the older python versions set up for dpkt (3.5, 3.6 etc.) actions/runner-images#6399
We either need to pin, or upgrade the python versions, or pin to ubuntu-20.04 label instead of ubuntu-latest
The text was updated successfully, but these errors were encountered:
This currently blocks #650 and any future pull requests.
On Dec 15th '22 GitHub switched its "ubuntu-latest" from Ubuntu 20.04 to 22.04, which doesn't support the older python versions set up for dpkt (3.5, 3.6 etc.) actions/runner-images#6399
We either need to pin, or upgrade the python versions, or pin to ubuntu-20.04 label instead of ubuntu-latest
The text was updated successfully, but these errors were encountered: