Skip to content

Commit

Permalink
workflows/requirements: remove a lingering 3.8 reference
Browse files Browse the repository at this point in the history
This was breaking the pin-requirements workflow.

Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Oct 10, 2024
1 parent df51c7a commit 2f96eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f96eca

Please sign in to comment.