Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
remove pypy from unit tests since it is break for an unknown reason
  • Loading branch information
kencochrane committed Jul 13, 2023
1 parent 91dfbde commit 2a04696
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.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
redis-version: [5, 6, 7]

steps:
Expand Down

0 comments on commit 2a04696

Please sign in to comment.