👷 Add CI for Python 3.10 (#384)

This commit is contained in:
Sebastián Ramírez 2022-11-05 15:41:54 +01:00 committed by GitHub
parent ee2b763f9d
commit 7b123e9837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.6", "3.7", "3.8", "3.9", "3.10"]
click-7: [true, false]
fail-fast: false