Skip to content

Commit e892482

Browse files
authored
Merge pull request #267 from xavier2k6/iqa_python_range-bump
Adjust `python-version` limits
2 parents b1fbf4d + fa1be19 commit e892482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
if: ${{ inputs.setup-python == 'true' }}
8888
uses: actions/setup-python@v5
8989
with:
90-
python-version: '3.6.x - 3.11.x'
90+
python-version: '>=3.9.x'
9191

9292
- name: Setup and run aqtinstall
9393
uses: ./action

0 commit comments

Comments
 (0)