👷 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

View File

@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
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
steps: