diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1ec629..f939569 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,6 @@ jobs: - x86_64 - aarch64 python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12' @@ -63,8 +61,6 @@ jobs: strategy: matrix: python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12' @@ -104,8 +100,6 @@ jobs: target: [ x86_64 ] manylinux: [ auto, 2_28, 2_17 ] python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12' @@ -138,8 +132,6 @@ jobs: matrix: target: [ aarch64, armv7 ] python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12' @@ -184,8 +176,6 @@ jobs: target: - x86_64-unknown-linux-musl python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12' @@ -228,8 +218,6 @@ jobs: - target: armv7-unknown-linux-musleabihf arch: armv7 python-version: - - '3.8' - - '3.9' - '3.10' - '3.11' - '3.12'