Skip to content

Commit

Permalink
Update PyObjC dependency on macOS to v10.x (hbldh#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisfera authored Sep 26, 2023
1 parent d6637a4 commit e1f2878
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 44 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Contributors
* Kyle J. Williams <[email protected]>
* Edward Betts <[email protected]>
* Robbe Gaeremynck <[email protected]>
* David Johansen <[email protected]>

Sponsors
--------
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

Changed
-------
* Updated PyObjC dependency on macOS to v10.x.

`0.21.1`_ (2023-09-08)
======================

Expand Down
79 changes: 38 additions & 41 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,<3.13"
async-timeout = { version = ">= 3.0.0, < 5", python = "<3.11" }
typing-extensions = { version = ">=4.7.0", python = "<3.12" }
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'" }
pyobjc-core = { version = "^10.0", markers = "platform_system=='Darwin'" }
pyobjc-framework-CoreBluetooth = { version = "^10.0", markers = "platform_system=='Darwin'" }
pyobjc-framework-libdispatch = { version = "^10.0", markers = "platform_system=='Darwin'" }
bleak-winrt = { version = "^1.2.0", markers = "platform_system=='Windows'", python = "<3.12" }
"winrt-Windows.Devices.Bluetooth" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
"winrt-Windows.Devices.Bluetooth.Advertisement" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
Expand Down

0 comments on commit e1f2878

Please sign in to comment.