Add Python 3.10

This commit is contained in:
Simon Conseil
2021-10-14 19:08:12 +02:00
parent d04cb5fc1e
commit f78f07fabe
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2