Skip to content

Commit b66494d

Browse files
authored
[ci] Added python 3.10, removed python 3.7, switched to Ubuntu 22
1 parent b15d878 commit b66494d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
jobs:
1313
build:
1414
name: Python==${{ matrix.python-version }}
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616

1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
python-version:
21-
- 3.7
2221
- 3.8
2322
- 3.9
23+
- "3.10"
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)