Skip to content

Commit 55bc840

Browse files
Removed Python 3.6 and 3.7
1 parent 8fcfc33 commit 55bc840

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
include:
13-
- python-version: 3.6
14-
os: ubuntu-20.04
15-
- python-version: 3.7
16-
os: ubuntu-20.04
13+
# Ubuntu 20.04 is no longer supported by GitHub Actions
14+
# - python-version: 3.6
15+
# os: ubuntu-20.04
16+
# - python-version: 3.7
17+
# os: ubuntu-20.04
1718
- python-version: 3.8
1819
os: ubuntu-22.04
1920

0 commit comments

Comments
 (0)