chore: update release binary build

- Bump python@3.12
- use macos-13 from macos-latest

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2024-04-28 01:18:15 +09:00
parent 2b4dd5abac
commit 930eb2b598
2 changed files with 18 additions and 18 deletions

View File

@@ -18,9 +18,9 @@ jobs:
system: [ system: [
{os: windows-latest, arch: x86, output_file: 'aqt_x86.exe', primary_artifact: '', secondary_artifact: 'aqt_x86.exe'}, {os: windows-latest, arch: x86, output_file: 'aqt_x86.exe', primary_artifact: '', secondary_artifact: 'aqt_x86.exe'},
{os: windows-latest, arch: x64, output_file: 'aqt_x64.exe', primary_artifact: 'aqt.exe', secondary_artifact: 'aqt_x64.exe'}, {os: windows-latest, arch: x64, output_file: 'aqt_x64.exe', primary_artifact: 'aqt.exe', secondary_artifact: 'aqt_x64.exe'},
{os: macOS-latest, arch: x64, output_file: 'aqt_x64', primary_artifact: 'aqt-macos', secondary_artifact: 'aqt-macos_x64'} {os: macOS-13, arch: x64, output_file: 'aqt_x64', primary_artifact: 'aqt-macos', secondary_artifact: 'aqt-macos_x64'}
] ]
py: [3.9] py: [3.12]
defaults: defaults:
run: run:
shell: ${{ matrix.system.os == 'windows-latest' && 'pwsh' || 'bash' }} {0} shell: ${{ matrix.system.os == 'windows-latest' && 'pwsh' || 'bash' }} {0}

View File

@@ -1,24 +1,24 @@
[project] [project]
name = "aqtinstall" name = "aqtinstall"
description = "Another unofficial Qt installer" description = "another unofficial qt installer"
license = {text = "MIT License"} license = {text = "mit license"}
authors = [ authors = [
{name = "Hiroshi Miura", email = "miurahr@linux.com"}, {name = "hiroshi miura", email = "miurahr@linux.com"},
] ]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "development status :: 4 - beta",
"Environment :: Console", "environment :: console",
"Environment :: X11 Applications :: Qt", "environment :: x11 applications :: qt",
"Intended Audience :: Developers", "intended audience :: developers",
"License :: OSI Approved :: MIT License", "license :: osi approved :: mit license",
"Operating System :: MacOS :: MacOS X", "operating system :: macos :: macos x",
"Operating System :: Microsoft :: Windows", "operating system :: microsoft :: windows",
"Operating System :: POSIX", "operating system :: posix",
"Operating System :: POSIX :: Linux", "operating system :: posix :: linux",
"Programming Language :: Python", "programming language :: python",
"Programming Language :: C++", "programming language :: c++",
"Topic :: Software Development", "topic :: software development",
"Topic :: Software Development :: Libraries", "topic :: software development :: libraries",
] ]
requires-python = ">=3.7" requires-python = ">=3.7"
dependencies = [ dependencies = [