8000 Workaround for Python 3.13.4 issue · jdpurcell/install-qt-action@ca5a2a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca5a2a5

Browse files
committed
Workaround for Python 3.13.4 issue
See python/cpython#135151
1 parent 724d7a3 commit ca5a2a5

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
@@ -107,11 +107,11 @@ inputs:
107107
runs:
108108
using: "composite"
109109
steps:
110-
- name: Setup Python
110+
- name: Setup Python
111111
if: ${{ inputs.setup-python == 'true' }}
112112
uses: actions/setup-python@v5
113113
with:
114-
python-version: '3.9.x - 3.13.x'
114+
python-version: '>=3.9.0 <=3.13.3'
115115
- name: Install Qt
116116
uses: ./action
117117
with:

0 commit comments

Comments
 (0)
0