Fix parameter in test

This commit is contained in:
2022-12-13 13:42:11 +01:00
parent 6bddb3ac43
commit 707432cc28

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: [3.9, "3.10"]
python: ["3.10"]
steps:
- uses: actions/checkout@v2