There was an error while loading. Please reload this page.
1 parent 8f6cb26 commit 2d7a0d6Copy full SHA for 2d7a0d6
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
# Python versions (CPython):
23
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
24
#
25
- # Python 3.7 is tested using deadsnakes (below).
+ # Python 3.7 is tested on Ubuntu 22.04 (below).
26
# Python 3.6 is tested on Windows (below).
27
- "3.8"
28
- "3.9"
@@ -101,7 +101,7 @@ jobs:
101
# Ubuntu: test deadsnakes Python versions which are not supported by
102
# GHA python-versions.
103
# https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
104
- - os: ubuntu-24.04
+ - os: ubuntu-22.04
105
python: "3.7"
106
107
steps:
0 commit comments