dropped python 3.6 for worflows

This commit is contained in:
Siddharth Dushantha
2022-12-28 11:30:58 +01:00
parent 227e3d23b7
commit 27c43be25b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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