-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Update PyO3 #267
Update PyO3 #267
Conversation
Sorry, no clue how to deal with these issues. |
Hmm, I suppose this means that PyO3 doesn't support 2.5 year old Rust anymore. |
Ye, we restrict the version to (I think) 1.76 in pydantic and no one has complained. |
@davidhewitt would know more. We should set the min version in cargo to whatever PyO3 supports. |
It's possible but you'll have to downgrade packages like The next PyO3 release will support a minimum of 1.63 |
Update pinned PyO3 to 0.20.3, which remains API-compatible and fixes issues with PowerPC.
Ok, so apparently |
I ran into the same issue, created a fork with dependabot enabled and it created over 15 Pull Requests. All of them are failing during https://github.com/gaby/watchfiles/pulls One of the big ones is setup-python action, the one used in this repo is way beyond deprecated:
|
@mgorny Can you also apply the changes from this PR: https://github.com/gaby/watchfiles/pull/9/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fR65 |
thanks so much, I'll make more changes in later PRs. |
Thanks! |
Update PyO3 using
cargo update
.This is the minimal change needed to address #261.