mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
Update workflows to treat Python 3.12 as minimum version
This commit is contained in:
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform: [ubuntu-latest]
|
||||
python-version: ["3.8", "3.12"]
|
||||
python-version: ["3.12", "3.13"]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
||||
2
.github/workflows/wheels.yml
vendored
2
.github/workflows/wheels.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
env:
|
||||
CIBW_PLATFORM: linux
|
||||
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
|
||||
CIBW_BUILD: "cp38-* cp311-*"
|
||||
CIBW_BUILD: "cp311-*"
|
||||
CIBW_SKIP: "*-musllinux*"
|
||||
CIBW_TEST_COMMAND: "python -c 'import pylibbpf; print(f\"pylibbpf {pylibbpf.__version__} imported successfully\")'"
|
||||
CIBW_TEST_SKIP: "*-linux_aarch64"
|
||||
|
||||
Reference in New Issue
Block a user