👷 Enable tests for Python 3.9 (#322)

This commit is contained in:
Sebastián Ramírez 2021-08-30 10:30:38 +02:00 committed by GitHub
parent 28f9b57a46
commit ab7854dcf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
click-7: [true, false]
fail-fast: false