remove python 3.6

This commit is contained in:
Sébastien Thuret 2022-04-03 19:49:49 +02:00
parent d7377d174b
commit e3a3db5996
No known key found for this signature in database
GPG key ID: 230B93BBA62CB043
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,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