Skip to content

Commit 81b906b

Browse files
removing python 3.6 and 3.7
1 parent 7d8f1cf commit 81b906b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version:
18-
- 3.6
19-
- 3.7
2018
- 3.8
2119
- 3.9
2220
include:
2321
- os: "ubuntu-latest"
24-
# There is no build for Python 3.6 in ubuntu>20.04.
25-
# This unclude can be removed when we drop support for Python 3.6.
26-
- os: "ubuntu-20.04"
27-
python-version: "3.6"
2822
steps:
2923
- uses: actions/checkout@v2
3024
with:

0 commit comments

Comments
 (0)