Skip to content

Commit 92404d4

Browse files
committed
chore: Fix pypy tests
1 parent 5c21b81 commit 92404d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.7']
11+
python: ['3.7', '3.8', '3.9', '3.10', 'pypy3.8']
1212

1313
steps:
1414
- uses: actions/checkout@v3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pytest-mock >= 3.6.1
99
cachecontrol >= 0.12.6
1010
google-api-core[grpc] >= 1.22.1, < 3.0.0dev; platform.python_implementation != 'PyPy'
1111
google-api-python-client >= 1.7.8
12-
google-cloud-firestore >= 2.9.1; platform.python_implementation != 'PyPy'
12+
google-cloud-firestore >= 2.1.0; platform.python_implementation != 'PyPy'
1313
google-cloud-storage >= 1.37.1
1414
pyjwt[crypto] >= 2.5.0

0 commit comments

Comments
 (0)