diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1229d7eb..5f7edc24 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -168,6 +168,9 @@ jobs: if [[ -n "$GITHUB_PR_LABEL_CI_GRAALPY" ]]; then CIBW_ENABLE+=" graalpy" fi + if [[ -n "$GITHUB_PR_LABEL_CI_PYPY_EOL" ]]; then + CIBW_ENABLE+=" pypy-eol" + fi fi echo "CIBW_ENABLE=${CIBW_ENABLE}" >> $GITHUB_ENV diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 48face55..73986954 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -69,4 +69,5 @@ jobs: labels: | CI: GraalPy CI: PyPy + CI: PyPy EoL dependencies