-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add Python 3.11 to GHA #129
Conversation
|
@gliptak , instead of updating the build and code for this package, would you perhaps consider making a PR to use the rust-based cramjam, which includes all the functionality made here? This package would become just a thin wrapper to satisfy dependencies. |
thank you for the tag @martindurant https://github.com/milesgranger/cramjam sounds like a bigger update might you be open to merge/publish this PR first (assuming that I can get it to green)? |
Certainly, but in the meantime, py3.12 is out and 3.13 on the way, so we are already behind. 3.7 should definitely be dropped and maybe 3.8 too. |
https://github.com/milesgranger/cramjam/blob/master/cramjam-python/src/snappy.rs seems to offer a slightly different interface as compared to https://github.com/andrix/python-snappy/blob/master/src/snappy/__init__.py |
I has everything we need, no? If we can provide [stream]-de/compress, good enough I think. |
Merging from main, we no longer need to build wheels at all, this package has become noarch! |
🚀 |
No description provided.