We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3ac50 commit e3273c4Copy full SHA for e3273c4
1 file changed
.github/workflows/unittests.yml
@@ -101,7 +101,7 @@ jobs:
101
flags: " -K scanner"
102
# PyPy tests: root only
103
- os: ubuntu-latest
104
- python: "pypy3.10"
+ python: "pypy3.11"
105
mode: root
106
107
# Libpcap test
@@ -127,7 +127,7 @@ jobs:
127
allow-failure: 'true'
128
flags: " -k scanner"
129
130
131
132
133
- os: macos-14
0 commit comments