Closed alexfikl closed 3 weeks ago
This looks great! IMO, let's just do this. Any reason it's still draft?
This looks great! IMO, let's just do this. Any reason it's still draft?
I mostly threw it here, but thought it would wait for all the pymbolic
changes to trickle through first. This also switched to a bunch of 3.10-only syntax, so it may break downstream CIs running on older versions?
These are good points. I agree, it should probably wait.
Had some time to waste and tried bumping this up to 3.10.
ruff
was very noisy, but easily fixable :DThere were a lot of places that wanted
zip(..., strict=True)
and will need to check if it actually makes sense (?).