From fa1be1990782b635afcaedbc9f7ec3a0f689d791 Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:50:14 +0000 Subject: [PATCH] Adjust `python-version` limits --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 40b633e8..4da0f83d 100644 --- a/action.yml +++ b/action.yml @@ -87,7 +87,7 @@ runs: if: ${{ inputs.setup-python == 'true' }} uses: actions/setup-python@v5 with: - python-version: '3.6.x - 3.11.x' + python-version: '>=3.9.x' - name: Setup and run aqtinstall uses: ./action