-
Notifications
You must be signed in to change notification settings - Fork 802
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
docs: mention PyBuffer #2593
docs: mention PyBuffer #2593
Conversation
The PEP seems to be accepted, so can this just be "undrafted"? |
Good spot! I've rebased and updated this PR to mention Interestingly the PEP now also defines |
bors r+ |
It never stops... I think we need to pin |
Canceled. |
87d0868
to
54dbcb4
Compare
…atible with our MSRV.
54dbcb4
to
d29b8a4
Compare
bors r+ |
Thanks for fixing MSRV! How would you feel if I started a patch to bump MSRV to 1.56 as per #3113 ? Would mean we would be waiting until mid June to release 0.19 (i.e. around one month from now) |
Personally, I would feel better to release the functionality created so far as 0.19 with our current MSRV (because we know it is compatible and already did the work) and then immediately after that go about bumping both Rust and Python version requirements. I do loathe the MSRV picket line, but I also think it is important work for us maintainers to make our crates available in as many environments as reasonably possible. |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
(This of course purely psychological, but 0.20 would also look nicer than 0.19 as "break-stuff-that-used-to-work" release.) |
@davidhewitt Penny for your thoughts on whether to bump MSRV before or after releasing 0.19? |
I think lets release 0.19 first as you suggest. I'll try to write up a list of what I was hoping to get into 0.19 later |
Uses PEP 688
types.Buffer
to describePyBuffer<T>
in the conversion tables. Will leave as draft until PEP 688 is finalised.Closes #954