8000 Fix GitHub Actions for latest Ubuntu (#116) · python/pythoncapi-compat@74a7723 · GitHub
[go: up one dir, main page]

Skip to content

Commit 74a7723

Browse files
authored
Fix GitHub Actions for latest Ubuntu (#116)
1 parent 669c882 commit 74a7723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
python:
2222
# Python versions (CPython):
2323
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
24-
- "3.7"
2524
- "3.8"
2625
- "3.9"
2726
- "3.10"
@@ -64,6 +63,8 @@ jobs:
6463
# GHA python-versions.
6564
- os: ubuntu-20.04
6665
python: 3.6
66+
- os: ubuntu-22.04
67+
python: 3.7
6768

6869
steps:
6970
# https://github.com/actions/checkout

0 commit comments

Comments
 (0)
0