Skip to content

Commit

Permalink
add pypy and 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelmhm committed Dec 27, 2021
1 parent 8a2c20a commit b7efc26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "2.7"
env:
TOXENV: "msgpack"
- python-version: "2.7"
env:
TOXENV: "json"
- python-version: "pypy3.7"
env:
TOXENV: "msgpack"
- python-version: "pypy3.7"
env:
TOXENV: "json"

- python-version: "3.6"
env:
TOXENV: "msgpack"
Expand Down

0 comments on commit b7efc26

Please sign in to comment.