Fix syntax error in testing.yml

This commit is contained in:
grossmj 2024-10-19 16:23:46 +10:00
parent 19fd7d2193
commit 718269e5b3
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: ubuntu-latest
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
# only test with Python 3.10 on Windows