Add Python 3.10 to GitHub Actions

This commit is contained in:
Oleksandr Chychkan
2021-11-02 17:14:44 -07:00
parent 83d95f75c5
commit ca15476303
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2