PICARD-2331: Removed macOS 10.12+ builds

Minimum supported version is now macOS 10.14.
This commit is contained in:
Philipp Wolfer
2022-06-08 23:45:44 +02:00
parent 67aaa1d8ef
commit 20271dd4cb
3 changed files with 1 additions and 17 deletions

View File

@@ -30,9 +30,6 @@ jobs:
strategy:
matrix:
setup:
- macos-deployment-version: 10.12
python-version: 3.9.12-macosx10.9
python-sha256sum: 7888174c6fe441b00448c7ab3e9cbf0e6c3c7dea0750577baf09e1383fc44656
- macos-deployment-version: 10.14
python-version: 3.11.5-macos11
python-sha256sum: c6cd76659bfb364c2ac63bc57f6b10c1e131a20170359c5d65e2d41fdc674a4f
@@ -255,10 +252,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: actions/download-artifact@v3
with:
name: macos-app-10.12
path: artifacts/
- uses: actions/download-artifact@v3
with:
name: macos-app-10.14

View File

@@ -132,7 +132,7 @@ else:
'CFBundleVersion': '%d.%d.%d' % PICARD_VERSION[:3],
'CFBundleShortVersionString': PICARD_VERSION.to_string(short=True),
'LSApplicationCategoryType': 'public.app-category.music',
'LSMinimumSystemVersion': os.environ.get('MACOSX_DEPLOYMENT_TARGET', '10.12'),
'LSMinimumSystemVersion': os.environ.get('MACOSX_DEPLOYMENT_TARGET', '10.14'),
'NSHighResolutionCapable': True,
'NSPrincipalClass': 'NSApplication',
'NSRequiresAquaSystemAppearance': False,

View File

@@ -1,9 +0,0 @@
discid==1.2.0
Markdown==3.4.4
mutagen==1.47.0
PyJWT==2.8.0
pyobjc-core==9.0.1
pyobjc-framework-Cocoa==9.0.1
PyQt6==6.3.0
python-dateutil==2.8.2
PyYAML==6.0.1