Update Python versions in test.yaml

This commit is contained in:
2024-03-30 20:06:05 -04:00
parent 3285bd57c7
commit e239cc304d
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]
steps:
- name: Checkout repository