Skip to content

Commit

Permalink
chore: bump selftest versions
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Dec 3, 2024
1 parent 54dc46c commit be5579b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"
cache: "pip"

- name: install sigstore-python
run: pip install "sigstore >= 3.3.0, < 4.0"
run: pip install "sigstore >= 3.5.0, < 4.0"

- name: conformance test sigstore-python
uses: ./
Expand Down

0 comments on commit be5579b

Please sign in to comment.