inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)
http://mathema.tician.de/software/pymbolic
Other
106 stars 25 forks source link

Do not test against Py3.6 #81

Closed kaushikcfd closed 2 years ago

kaushikcfd commented 2 years ago

Reached EOL on 12/23/2021. See https://devguide.python.org/devcycle/#end-of-life-branches

inducer commented 2 years ago

This is really a bigger endeavor, as it would entail raising the compat target for the entire stack. As it is, this PR is inconsistent: Those versions should match what's in setup.py. Since it is such a big fuss, I'd like to do it infrequently, so I think I'd prefer to go straight to 3.8.

kaushikcfd commented 2 years ago

Aah yep, makes sense. On that account, closing this PR.