From a41e0a4f47f7b9d8b2dbb92ded9d1a51981727e0 Mon Sep 17 00:00:00 2001 From: Kody Stribrny Date: Thu, 26 Oct 2023 10:42:43 -0700 Subject: [PATCH] Use python version range --- link-verifier/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link-verifier/action.yml b/link-verifier/action.yml index ee91186..4557a95 100644 --- a/link-verifier/action.yml +++ b/link-verifier/action.yml @@ -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