1
0

macos build: downgrade Qt to 6.7

this way we can keep the min supported macos version at 11 for now
This commit is contained in:
SomberNight
2025-06-03 18:37:09 +00:00
parent c8a9083d28
commit ff4c794349
2 changed files with 16 additions and 15 deletions

View File

@@ -1,2 +1,3 @@
PyQt6
# Qt 6.8 would require macOS 12+, 6.7 still supports macOS 11
PyQt6<6.8
cryptography>=2.6