Skip to content

Commit 8928e8e

Browse files
authored
test pypy3.6 and pypy3.7 (pyca#5857)
1 parent 82a12a5 commit 8928e8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
matrix:
1717
PYTHON:
1818
- {VERSION: "3.9", TOXENV: "flake,rust,docs", COVERAGE: "false"}
19-
- {VERSION: "pypy3", TOXENV: "pypy3"}
19+
- {VERSION: "pypy-3.6", TOXENV: "pypy3"}
20+
- {VERSION: "pypy-3.7", TOXENV: "pypy3"}
2021
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "openssl", VERSION: "1.1.0l"}}
2122
- {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1j"}}
2223
- {VERSION: "3.9", TOXENV: "py39-ssh", OPENSSL: {TYPE: "openssl", VERSION: "1.1.1j"}}

0 commit comments

Comments
 (0)