Update test.yml

Updated Github Actions to remove python versions 3.7 and 3.8 and added 3.11, 3.12, 3.13
This commit is contained in:
Ken Cochrane 2025-07-01 11:22:15 -04:00 committed by GitHub
parent cc35032a0c
commit e420d76463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
redis-version: [5, 6, 7]
steps: