Skip to content

Commit 13e43ae

Browse files
committed
Revert container image to support Python 3.7 again
1 parent e09d672 commit 13e43ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-latest
10+
# `ubuntu-22.04` doesn't support Python 3.7 anymore
11+
runs-on: ubuntu-22.04
1112

1213
strategy:
1314
matrix:

0 commit comments

Comments
 (0)