-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
DEP: Bump Cython to 0.29.13 #28391
DEP: Bump Cython to 0.29.13 #28391
Conversation
In preperation for Python 3.8, we need to ensure we compile the sdist with new enough versions of Cython. This is the latest current release.
Just the SSL doc build issue causing the failure. |
LGTM. is the SSL thing something we can suppress for a day? |
By "suppress" do you mean ignore, or a configuration change?
I'm happy to just ignore for a day or two to see if things resolve
themselves.
…On Wed, Sep 11, 2019 at 5:07 PM jbrockmendel ***@***.***> wrote:
LGTM. is the SSL thing something we can suppress for a day?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28391?email_source=notifications&email_token=AAKAOIX2IWHHT5TZGZE3PCLQJFT3HA5CNFSM4IVX2KYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6QBNTY#issuecomment-530585295>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIXYIBPCTQ25COHDB2TQJFT3HANCNFSM4IVX2KYA>
.
|
thanks @TomAugspurger |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
I'll do the backport. |
In preperation for Python 3.8, we need to ensure we compile the sdist
with new enough versions of Cython. This is the latest current release.
xref #28341