Skip to content

Commit

Permalink
update PyObjC version to 9.2
Browse files Browse the repository at this point in the history
This ensures we get support for Python 3.12.
  • Loading branch information
dlech committed Sep 2, 2023
1 parent 33d1880 commit 9fb8723
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
71 changes: 37 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ classifiers = [
python = "^3.8"
async-timeout = { version = ">= 3.0.0, < 5", python = "<3.11" }
typing-extensions = { version = ">=4.7.0", python = "<3.12" }
pyobjc-core = { version = "^9.0.1", markers = "platform_system=='Darwin'" }
pyobjc-framework-CoreBluetooth = { version = "^9.0.1", markers = "platform_system=='Darwin'" }
pyobjc-framework-libdispatch = { version = "^9.0.1", markers = "platform_system=='Darwin'" }
pyobjc-core = { version = "^9.2", markers = "platform_system=='Darwin'" }
pyobjc-framework-CoreBluetooth = { version = "^9.2", markers = "platform_system=='Darwin'" }
pyobjc-framework-libdispatch = { version = "^9.2", markers = "platform_system=='Darwin'" }
bleak-winrt = { version = "^1.2.0", markers = "platform_system=='Windows'" }
dbus-fast = { version = "^1.83.0", markers = "platform_system == 'Linux'" }

Expand Down

0 comments on commit 9fb8723

Please sign in to comment.