Skip to content

Commit

Permalink
chore: update release binary build
Browse files Browse the repository at this point in the history
- Bump python@3.12
- use macos-13 from macos-latest

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Apr 27, 2024
1 parent 2b4dd5a commit 930eb2b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
system: [
{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: 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:
run:
shell: ${{ matrix.system.os == 'windows-latest' && 'pwsh' || 'bash' }} {0}
Expand Down
32 changes: 16 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[project]
name = "aqtinstall"
description = "Another unofficial Qt installer"
license = {text = "MIT License"}
description = "another unofficial qt installer"
license = {text = "mit license"}
authors = [
{name = "Hiroshi Miura", email = "miurahr@linux.com"},
{name = "hiroshi miura", email = "miurahr@linux.com"},
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Environment :: X11 Applications :: Qt",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: C++",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"development status :: 4 - beta",
"environment :: console",
"environment :: x11 applications :: qt",
"intended audience :: developers",
"license :: osi approved :: mit license",
"operating system :: macos :: macos x",
"operating system :: microsoft :: windows",
"operating system :: posix",
"operating system :: posix :: linux",
"programming language :: python",
"programming language :: c++",
"topic :: software development",
"topic :: software development :: libraries",
]
requires-python = ">=3.7"
dependencies = [
Expand Down

0 comments on commit 930eb2b

Please sign in to comment.