]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Returned Github Actions support for py27 and py36.
authorjonathan vanasco <jonathan@2xlp.com>
Fri, 2 Dec 2022 17:37:30 +0000 (12:37 -0500)
committerjonathan vanasco <jonathan@2xlp.com>
Fri, 2 Dec 2022 17:37:30 +0000 (12:37 -0500)
commit3f1e6303f0f53cd6239b2a6227c8cd55789a175f
tree0013f8fc0d662efc432edc00b63c4f931ca700ff
parent2d459f56808fe51422654ba81ce17c0d91e46ef1
Returned Github Actions support for py27 and py36.
GitHub recently upgraded the `ubuntu-latest` label from `ubuntu-20.04` to `ubuntu-22.04`.
The `ubuntu-22.04` image removed support for py27 and py36.

To return support, the affected jobs have been duplicated to `-legacy` versions.
The -legacy versions of jobs run py27 and py36 on a pinned `ubuntu-20.04` os.
The existing jobs continue to run py37+ on ubuntu-latest, as that platform may continue to benefit from patch releases on the python versions.

Change-Id: I0f063723cb993fab89bc64c89df6dfcaf4dbe5a5
.github/workflows/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml