We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2433f commit 4463e93Copy full SHA for 4463e93
1 file changed
pyproject.toml
@@ -34,8 +34,8 @@ classifiers = [
34
dynamic = ["version", "description"]
35
requires-python = ">=3.7"
36
dependencies = [
37
- "pyobjc-core==8.5",
38
- "pyobjc-framework-Cocoa==8.5",
+ "pyobjc-core>=9.1.1",
+ "pyobjc-framework-Cocoa>=9.1.1",
39
]
40
41
[project.optional-dependencies]
0 commit comments