Remove Python 3.6

This commit is contained in:
Simon Conseil
2021-04-19 00:44:30 +02:00
parent 7aa86fa663
commit 5d66e5db68
4 changed files with 5 additions and 5 deletions

View File

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