Skip to content

Commit

Permalink
chore: Fix pypy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lahirumaramba committed Apr 5, 2023
1 parent 5c21b81 commit 92404d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pytest-mock >= 3.6.1
cachecontrol >= 0.12.6
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
google-api-python-client >= 1.7.8
google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy'
google-cloud-firestore >= 2.1.0; platform.python_implementation != 'PyPy'
google-cloud-storage >= 1.37.1
pyjwt[crypto] >= 2.5.0

0 comments on commit 92404d4

Please sign in to comment.