Skip to content
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

fix: replace pkg_resources with importlib #563

Merged
merged 6 commits into from
Sep 8, 2024
Merged

Conversation

kemingy
Copy link
Member

@kemingy kemingy commented Sep 8, 2024

We already release 3.13 since it has compatible ABI as the final release. (this is the default behavior for cibuildwheel).

However, pkg_resources is deprecated.

Signed-off-by: Keming <kemingy94@gmail.com>
@github-actions github-actions bot added bug_fix and removed bug_fix labels Sep 8, 2024
Signed-off-by: Keming <kemingy94@gmail.com>
@github-actions github-actions bot added bug_fix and removed bug_fix labels Sep 8, 2024
@kemingy
Copy link
Member Author

kemingy commented Sep 8, 2024

Both msgpack and msgspec do not have the support for 3.13 for now.

Although numpy and cython already support 3.13.

I'm going to skip mixin tests for 3.13

Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
Signed-off-by: Keming <kemingy94@gmail.com>
@kemingy kemingy merged commit 4ce3e1a into mosecorg:main Sep 8, 2024
19 checks passed
@kemingy kemingy deleted the importlib branch September 8, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant