dropped python 3.6 for worflows

pull/1652/head
Siddharth Dushantha 2 years ago
parent 227e3d23b7
commit 27c43be25b

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: [3.8]
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save