Skip to content

Commit 9a42aef

Browse files
authored
run 3.7 on Ubuntu 22.04 (#398)
1 parent 4a765bf commit 9a42aef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
os: "ubuntu-latest"
4545
- python-version: "3.6"
4646
os: "ubuntu-latest"
47+
- python-version: "3.7"
48+
os: "ubuntu-latest"
4749
include:
4850
- python-version: "3.5"
4951
os: "macos-13"
@@ -57,6 +59,8 @@ jobs:
5759
os: "ubuntu-20.04"
5860
- python-version: "3.6"
5961
os: "ubuntu-20.04"
62+
- python-version: "3.7"
63+
os: "ubuntu-22.04"
6064
runs-on: ${{ matrix.os }}
6165
env:
6266
TOXENV: py

0 commit comments

Comments
 (0)