Skip to content

Commit 1c2bf35

Browse files
committed
No 3.4. Fix pypy IDs.
1 parent 26e24d0 commit 1c2bf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
timeout-minutes: 30
182182
strategy:
183183
matrix:
184-
python: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy-2.7", "pypy-3.7"]
184+
python: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "pypy2", "pypy3"]
185185

186186
steps:
187187

0 commit comments

Comments
 (0)