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 b48f6a8 commit 298df7eCopy full SHA for 298df7e
.github/workflows/pip.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
platform: [ubuntu-latest]
17
- python-version: ["3.8", "3.12"]
+ python-version: ["3.12", "3.13"]
18
19
runs-on: ${{ matrix.platform }}
20
.github/workflows/wheels.yml
@@ -48,7 +48,7 @@ jobs:
48
env:
49
CIBW_PLATFORM: linux
50
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
51
- CIBW_BUILD: "cp38-* cp311-*"
+ CIBW_BUILD: "cp311-*"
52
CIBW_SKIP: "*-musllinux*"
53
CIBW_TEST_COMMAND: "python -c 'import pylibbpf; print(f\"pylibbpf {pylibbpf.__version__} imported successfully\")'"
54
CIBW_TEST_SKIP: "*-linux_aarch64"
0 commit comments