dpkt
dpkt copied to clipboard
Github actions CI/CD failure
This currently blocks https://github.com/kbandla/dpkt/pull/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.) https://github.com/actions/runner-images/issues/6399 We either need to pin, or upgrade the python versions, or pin to ubuntu-20.04 label instead of ubuntu-latest
Ack, looking into this
Thanks @kbandla I pushed a quick fix via https://github.com/kbandla/dpkt/pull/652 which helped to unblock the builds for the time being