darshan-hpc / darshan

Darshan I/O characterization tool
Other
57 stars 28 forks source link

CI: drop 3.6 & ubuntu switch #870

Closed tylerjereddy closed 1 year ago

tylerjereddy commented 1 year ago

1) 22.04 is being rolled out as the new default anyway 2) gh-851 with the Python garbage collection issues in 3.10 was resolved by using contexts, so special treatment not justified anymore

shanedsnyder commented 1 year ago

To fully remove on from 3.6, there are still some other tasks, correct? Off the top of my head, I guess pyproject.toml needs to be updated so cibuildwheel doesn't build wheels for it, but probably other things, too, I'm guessing.

Are those out of scope here? Or is it worth ripping the bandaid off?

tylerjereddy commented 1 year ago

I was just going to remove the CI support to start, I don't really care if we continue here though, but you'll end up with randomly failing CI for awhile if you wait

shanedsnyder commented 1 year ago

Maybe I'll just merge this in, and can start up a more general PR shortly, just to avoid any distractions on any other PRs in the mean time.