Skip to content

Commit b3939a1

Browse files
committed
fix actions setup-python for pypy
1 parent e80bf74 commit b3939a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, pypy3]
50+
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, pypy3.9]
5151
MONGODB: [$MONGODB_4_0]
5252
PYMONGO: [$PYMONGO_3_11]
5353
include:

0 commit comments

Comments
 (0)