Removed Python 3.6

This commit is contained in:
Leonardo Giordani 2022-12-23 10:28:07 +00:00
commit 56488d52d1
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,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@v3