Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Changed pypy from 3.8 to 3.9
  • Loading branch information
kencochrane committed Jul 13, 2023
1 parent cc6145b commit 91dfbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.9']
redis-version: [5, 6, 7]

steps:
Expand Down

0 comments on commit 91dfbde

Please sign in to comment.