Skip to content

Commit 9bfee4b

Browse files
committed
Add pypy as a possible version
1 parent e1d7147 commit 9bfee4b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ jobs:
5757
strategy:
5858
matrix:
5959
python-version:
60-
- 3.6
61-
- 3.7
62-
- 3.8
63-
- 3.9
60+
- "3.6"
61+
- "3.7"
62+
- "3.8"
63+
- "3.9"
64+
- "pypy-3.6"
65+
- "pypy-3.7"
6466
os: ["ubuntu-latest"]
6567
include:
6668
- os: "macos-latest"

0 commit comments

Comments
 (0)