Update Python versions and operating systems in test.yaml

This commit is contained in:
2024-03-30 19:54:18 -04:00
parent 796fdc2ddf
commit 4c75742e4d
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.10, 3.11, 3.12]
os: [ubuntu-latest, macos-latest]
steps: