Skip to content

Commit

Permalink
workflows/requirements: remove a lingering 3.8 reference (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Oct 11, 2024
1 parent df51c7a commit d60ec7b
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 d60ec7b

Please sign in to comment.