👷 Add CI for Python 3.10 (#305)

This commit is contained in:
Sebastián Ramírez 2022-04-16 11:30:19 +02:00 committed by GitHub
parent d6229b3937
commit 88683f6e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
python-version: [3.6, 3.7, 3.8, 3.9] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
fail-fast: false fail-fast: false
steps: steps: