Skip to content

Commit f1dfddc

Browse files
committed
Add Ubuntu 22.04 in CI, remove Ubuntu 18.04, remove Python 3.6
1 parent 273e5ed commit f1dfddc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14+
- ubuntu-22.04
1415
- ubuntu-20.04
15-
- ubuntu-18.04
1616
python-version:
17-
- "3.6"
1817
- "3.7"
1918
- "3.8"
2019
- "3.9"

0 commit comments

Comments
 (0)