Skip to content

Commit 344503d

Browse files
committed
Merge branch 'master' into v4
2 parents e43c36e + 682f723 commit 344503d

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: jurplel/install-qt-action/action@v4

0 commit comments

Comments
 (0)