Skip to content

Regenerate with updated 3.13/3.14 #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 5, 2025
Merged

Conversation

thatch
Copy link
Member

@thatch thatch commented Mar 20, 2025

Adds _apple_support, which is confirmed to be present in homebrew 3.13.2

$ python3.13
Python 3.13.2 (main, Feb  4 2025, 14:51:09) [Clang 16.0.0 (clang-1600.0.26.6)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import _apple_support
>>> dir(_apple_support)
['LogStream', 'SystemLog', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'init_streams', 'io', 'sys']

Adds `_apple_support`, which is confirmed to be present in homebrew 3.13.2

```
$ python3.13
Python 3.13.2 (main, Feb  4 2025, 14:51:09) [Clang 16.0.0 (clang-1600.0.26.6)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import _apple_support
>>> dir(_apple_support)
['LogStream', 'SystemLog', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'init_streams', 'io', 'sys']
```
@amyreese amyreese merged commit 2119d35 into omnilib:main Apr 5, 2025
17 of 18 checks passed
@amyreese
Copy link
Member

amyreese commented Apr 5, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants