Skip to content

Commit

Permalink
Use python version range
Browse files Browse the repository at this point in the history
  • Loading branch information
kstribrnAmzn committed Oct 30, 2023
1 parent 6cbaf37 commit a41e0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion link-verifier/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Setup Python for link verifier action
uses: actions/setup-python@v3
with:
python-version: '3.7' # Minimum version for urllib v2 (https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html)
python-version: '>=3.7' # Minimum version for urllib v2 (https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html)

- env:
# The bash escape character is \033
Expand Down

0 comments on commit a41e0a4

Please sign in to comment.