Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* the Github Actions infrastructure is progressively phasing in a newer base image of Ubuntu: https://github.blog/changelog/2022-11-09-github-actions-ubuntu-latest-workflows-will-use-ubuntu-22-04/ * that means that we are somewhat randomly going to see images that lack Python `3.6` from the build cache sometimes per: actions/setup-python#355 (comment) * instead of pinning to an old version of Ubuntu in GHA for 3.6 support, let's just drop 3.6 from the testing matrix per: darshan-hpc#510 (comment) (it has been EOL for 1 year) * there's also no reason to retain the special Python `3.10` handling where we use Ubuntu `22.04` for that case, for two reasons: 1) `22.04` is being rolled out as the new default anyway 2) darshan-hpcgh-851 with the Python garbage collection issues in `3.10` was resolved by using contexts, so special treatment not justified anymore
- Loading branch information