diff --git a/.github/workflows/requirements.yml b/.github/workflows/requirements.yml index 75668c71f..5b15e6fe6 100644 --- a/.github/workflows/requirements.yml +++ b/.github/workflows/requirements.yml @@ -23,7 +23,7 @@ jobs: SIGSTORE_REF: ${{ inputs.ref }} strategy: matrix: - python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Populate reference from context