summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-08-24 11:04:35 +0800
committerGitHub <noreply@github.com>2022-08-23 23:04:35 -0400
commit7af3ff62d6290de80341ec57408b8af8125b9457 (patch)
tree8af3c6ca4901a8119532507c351edb89a5ce533b /.github/workflows
parent18cd9fb1db81fd6e774e3843cf4fc229a3883be9 (diff)
downloadpy-bcrypt-git-7af3ff62d6290de80341ec57408b8af8125b9457.tar.gz
remove manylinux2010, add manylinux_2_28 (#394)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/wheel-builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml
index 98d6c93..5c95aea 100644
--- a/.github/workflows/wheel-builder.yml
+++ b/.github/workflows/wheel-builder.yml
@@ -17,9 +17,9 @@ jobs:
PYTHON:
- {VERSION: "cp36-cp36m", ABI_VERSION: 'cp36'}
CONTAINER:
- - {IMAGE: "cryptography-manylinux2010:x86_64", NAME: "manylinux2010"}
- {IMAGE: "cryptography-manylinux2014:x86_64", NAME: "manylinux2014"}
- {IMAGE: "cryptography-manylinux_2_24:x86_64", NAME: "manylinux_2_24"}
+ - {IMAGE: "cryptography-manylinux_2_28:x86_64", NAME: "manylinux_2_28"}
- {IMAGE: "cryptography-musllinux_1_1:x86_64", NAME: "musllinux_1_1"}
name: "${{ matrix.PYTHON.ABI_VERSION }} ${{ matrix.CONTAINER.NAME }}"
container: ghcr.io/pyca/${{ matrix.CONTAINER.IMAGE }}