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

msrv: bump to 1.45 #1272

Merged
merged 1 commit into from
Nov 12, 2020
Merged

msrv: bump to 1.45 #1272

merged 1 commit into from
Nov 12, 2020

Conversation

davidhewitt
Copy link
Member

Bumps minimum supported Rust version to 1.45.

I think there's a few places now where the older Rust version is beginning to hold us up, and also RHEL now supports Rust 1.45: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.3_release_notes/overview

From #1269 I discovered that maturin needs MSRV 1.40
In #1270 the usage of const fn there needs a slightly newer compiler than 1.39 (not sure exactly which one).

Closes #1252
Closes #1262

} else {
(None, args)
match args {
[py, args @ ..] if utils::is_python(&py.ty) => (Some(py), args),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@davidhewitt davidhewitt merged commit 519fd61 into PyO3:master Nov 12, 2020
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