Skip to content

Commit e42f243

Browse files
committed
ci: add Python 3.7
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 9f18d38 commit e42f243

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
matrix:
4040
os: [ubuntu-20.04, windows-latest, macos-11]
4141
python_version: ['3.11']
42+
include:
43+
- os: ubuntu-22.04
44+
python_version: '3.7'
4245
timeout-minutes: 180
4346
steps:
4447
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)