Skip to content

Commit 9d44770

Browse files
authored
Merge pull request #291 from jdpurcell/pr-aqt33
Update aqt/py7zr versions and update Python versions accordingly
2 parents bc58f09 + f0248bf commit 9d44770

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ By default this is unset and ignored.
280280

281281
Version of [aqtinstall](https://github.com/miurahr/aqtinstall) to use, given in the format used by pip, for example: `==0.7.1`, `>=0.7.1`, `==0.7.*`. This is intended to be used to troubleshoot any bugs that might be caused or fixed by certain versions of aqtinstall.
282282

283-
Default: `==3.2.*`
283+
Default: `==3.3.*`
284284

285285
### `py7zrversion`
286286
Version of py7zr in the same style as the aqtversion and intended to be used for the same purpose.
287287

288-
Default: `==0.22.*`
288+
Default: `==1.0.*`
289289

290290
### `extra`
291291
This input can be used to append arguments to the end of the aqtinstall command for any special purpose.
@@ -312,8 +312,8 @@ Example value: `--external 7z`
312312
tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
313313
set-env: 'true'
314314
tools-only: 'false'
315-
aqtversion: '==3.2.*'
316-
py7zrversion: '==0.22.*'
315+
aqtversion: '==3.3.*'
316+
py7zrversion: '==1.0.*'
317317
extra: '--external 7z'
318318
use-official: false
319319
email: ${{ secrets.QT_EMAIL }}

action.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ inputs:
5555
description: Location to source aqtinstall from in case of issues
5656
aqtversion:
5757
description: Version of aqtinstall to use in case of issues
58-
default: ==3.2.*
58+
default: ==3.3.*
5959
py7zrversion:
6060
description: Version of py7zr to use in case of issues
61-
default: ==0.22.*
61+
default: ==1.0.*
6262
extra:
6363
description: Any extra arguments to append to the back
6464
source:
@@ -96,9 +96,7 @@ runs:
9696
if: ${{ inputs.setup-python == 'true' }}
9797
uses: actions/setup-python@v5
9898
with:
99-
python-version: '3.10.x - 3.12.x'
100-
# Workaround for https://codeberg.org/miurahr/pyppmd/issues/128
101-
architecture: ${{ runner.os == 'Windows' && runner.arch == 'ARM64' && 'x64' || '' }}
99+
python-version: '3.9.x - 3.13.x'
102100

103101
- name: Setup and run aqtinstall
104102
uses: ./action

action/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ inputs:
5252
description: Location to source aqtinstall from in case of issues
5353
aqtversion:
5454
description: Version of aqtinstall to use in case of issues
55-
default: ==3.2.*
55+
default: ==3.3.*
5656
py7zrversion:
5757
description: Version of py7zr to use in case of issues
58-
default: ==0.22.*
58+
default: ==1.0.*
5959
extra:
6060
description: Any extra arguments to append to the back
6161
source:

0 commit comments

Comments
 (0)