Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ jobs:
coveralls --service=github

build-and-test-mac-gui:
# macos-13 is the latest runner (as of time of writing) that does not cause a
# _tkinter import error during the build.
runs-on: macos-13
runs-on: macos-15
env:
# We need the official Python, because the GA ones only support newer macOS versions
# The deployment target is picked up by the Python build tools automatically
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
asset_content_type: application/gzip

build-and-publish-mac-gui:
# macos-13 is the latest runner (as of time of writing) that does not cause a
# _tkinter import error during the build.
runs-on: macos-13
runs-on: macos-15
env:
# We need the official Python, because the GA ones only support newer macOS versions
# The deployment target is picked up by the Python build tools automatically
Expand Down
10 changes: 5 additions & 5 deletions requirements/base.universal2.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ https://files.pythonhosted.org/packages/20/19/9e86722ec8e835959bd97ce8c1efa78cf3
https://files.pythonhosted.org/packages/63/97/77cb2450d9b35f517d6cf506256bf4f5bda3f93a66b4ad64ba7fc917899c/aiohttp-3.12.15-cp312-cp312-macosx_10_13_universal2.whl; sys.platform == 'darwin' and python_version == '3.12'
https://files.pythonhosted.org/packages/f2/33/918091abcf102e39d15aba2476ad9e7bd35ddb190dcdd43a854000d3da0d/aiohttp-3.12.15-cp313-cp313-macosx_10_13_universal2.whl; sys.platform == 'darwin' and python_version == '3.13'

https://files.pythonhosted.org/packages/dd/b1/ee59496f51cd244039330015d60f13ce5a54a0f2bd8d79e4a4a375ab7469/frozenlist-1.7.0-cp39-cp39-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.9'
https://files.pythonhosted.org/packages/af/36/0da0a49409f6b47cc2d060dc8c9040b897b5902a8a4e37d9bc1deb11f680/frozenlist-1.7.0-cp310-cp310-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.10'
https://files.pythonhosted.org/packages/34/7e/803dde33760128acd393a27eb002f2020ddb8d99d30a44bfbaab31c5f08a/frozenlist-1.7.0-cp311-cp311-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.11'
https://files.pythonhosted.org/packages/ef/a2/c8131383f1e66adad5f6ecfcce383d584ca94055a34d683bbb24ac5f2f1c/frozenlist-1.7.0-cp312-cp312-macosx_10_13_universal2.whl; sys.platform == 'darwin' and python_version == '3.12'
https://files.pythonhosted.org/packages/24/90/6b2cebdabdbd50367273c20ff6b57a3dfa89bd0762de02c3a1eb42cb6462/frozenlist-1.7.0-cp313-cp313-macosx_10_13_universal2.whl; sys.platform == 'darwin' and python_version == '3.13'
https://files.pythonhosted.org/packages/c2/59/ae5cdac87a00962122ea37bb346d41b66aec05f9ce328fa2b9e216f8967b/frozenlist-1.8.0-cp39-cp39-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.9'
https://files.pythonhosted.org/packages/83/4a/557715d5047da48d54e659203b9335be7bfaafda2c3f627b7c47e0b3aaf3/frozenlist-1.8.0-cp310-cp310-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.10'
https://files.pythonhosted.org/packages/bc/03/077f869d540370db12165c0aa51640a873fb661d8b315d1d4d67b284d7ac/frozenlist-1.8.0-cp311-cp311-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.11'
https://files.pythonhosted.org/packages/69/29/948b9aa87e75820a38650af445d2ef2b6b8a6fab1a23b6bb9e4ef0be2d59/frozenlist-1.8.0-cp312-cp312-macosx_10_13_universal2.whl; sys.platform == 'darwin' and python_version == '3.12'
https://files.pythonhosted.org/packages/2d/40/0832c31a37d60f60ed79e9dfb5a92e1e2af4f40a16a29abcc7992af9edff/frozenlist-1.8.0-cp313-cp313-macosx_10_13_universal2.whl; sys.platform == 'darwin' and python_version == '3.13'

https://files.pythonhosted.org/packages/d4/d3/f04c5db316caee9b5b2cbba66270b358c922a959855995bedde87134287c/multidict-6.6.4-cp39-cp39-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.9'
https://files.pythonhosted.org/packages/eb/6b/86f353088c1358e76fd30b0146947fddecee812703b604ee901e85cd2a80/multidict-6.6.4-cp310-cp310-macosx_10_9_universal2.whl; sys.platform == 'darwin' and python_version == '3.10'
Expand Down
2 changes: 1 addition & 1 deletion requirements/gui.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PySide6==6.9.*
PySide6==6.10.*
1,996 changes: 1,031 additions & 965 deletions requirements/requirements-3.10-Linux.txt

Large diffs are not rendered by default.

1,996 changes: 1,031 additions & 965 deletions requirements/requirements-3.10-Windows.txt

Large diffs are not rendered by default.

416 changes: 174 additions & 242 deletions requirements/requirements-3.10-macOS.txt

Large diffs are not rendered by default.

1,914 changes: 985 additions & 929 deletions requirements/requirements-3.11-Linux.txt

Large diffs are not rendered by default.

1,914 changes: 985 additions & 929 deletions requirements/requirements-3.11-Windows.txt

Large diffs are not rendered by default.

334 changes: 128 additions & 206 deletions requirements/requirements-3.11-macOS.txt

Large diffs are not rendered by default.

1,914 changes: 985 additions & 929 deletions requirements/requirements-3.12-Linux.txt

Large diffs are not rendered by default.

1,914 changes: 985 additions & 929 deletions requirements/requirements-3.12-Windows.txt

Large diffs are not rendered by default.

334 changes: 128 additions & 206 deletions requirements/requirements-3.12-macOS.txt

Large diffs are not rendered by default.

1,827 changes: 985 additions & 842 deletions requirements/requirements-3.13-Linux.txt

Large diffs are not rendered by default.

1,827 changes: 985 additions & 842 deletions requirements/requirements-3.13-Windows.txt

Large diffs are not rendered by default.

247 changes: 128 additions & 119 deletions requirements/requirements-3.13-macOS.txt

Large diffs are not rendered by default.

1,670 changes: 888 additions & 782 deletions requirements/requirements-3.9-Linux.txt

Large diffs are not rendered by default.

1,670 changes: 888 additions & 782 deletions requirements/requirements-3.9-Windows.txt

Large diffs are not rendered by default.

368 changes: 150 additions & 218 deletions requirements/requirements-3.9-macOS.txt

Large diffs are not rendered by default.

Loading