inducer / pytools

http://pypi.python.org/pypi/pytools
Other
70 stars 25 forks source link

Bump min Python to 3.10 #266

Closed alexfikl closed 3 weeks ago

alexfikl commented 1 month ago

Had some time to waste and tried bumping this up to 3.10. ruff was very noisy, but easily fixable :D

There were a lot of places that wanted zip(..., strict=True) and will need to check if it actually makes sense (?).

inducer commented 1 month ago

This looks great! IMO, let's just do this. Any reason it's still draft?

alexfikl commented 1 month ago

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?

inducer commented 1 month ago

These are good points. I agree, it should probably wait.