Update Python versions in pytest.yml

This commit is contained in:
2024-01-25 09:51:34 -05:00
parent 2d7edfa235
commit 7e46336bce
+1 -1
View File
@@ -8,7 +8,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:
- uses: actions/checkout@v4