PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Apache License 2.0
12.06k stars 744 forks source link

ci: minor cleanups following 1.63 MSRV #4239

Closed davidhewitt closed 3 months ago

davidhewitt commented 3 months ago

Found some stray TODOs following #4129

Mostly this came down to accepting that the multiple-pymethods feature will continue to be a separate build mode because of lack of wider platform support, so I cleaned up CI a bit to deal with that.

Also, it looks like the chrono TODO no longer applies and they reversed / cleaned up their deprecation.

davidhewitt commented 3 months ago

Hmm, will check whatever I've managed to do to CI later...

davidhewitt commented 3 months ago

If nobody has any concerns I will probably merge this tonight as a simple tidy up.