added py310 in actions

This commit is contained in:
JanLJL
2022-08-29 11:45:41 +02:00
parent ba60703fb2
commit 32d60e7966

View File

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