Skip to content

Commit 682f723

Browse files
jdpurcelljurplel
authored andcommitted
cherrypick
1 parent 9d44770 commit 682f723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ inputs:
9292
runs:
9393
using: "composite"
9494
steps:
95-
- name: Setup Python
95+
- name: Setup Python
9696
if: ${{ inputs.setup-python == 'true' }}
9797
uses: actions/setup-python@v5
9898
with:
99-
python-version: '3.9.x - 3.13.x'
99+
python-version: '>=3.9.0 <=3.13.3'
100100

101101
- name: Setup and run aqtinstall
102102
uses: ./action

0 commit comments

Comments
 (0)