all elements are strings

This commit is contained in:
Bastian Venthur 2022-08-29 10:32:28 +02:00 committed by Brian May
parent a6efc6b653
commit 77eb8167c4

View File

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