pypy3 added to pytest workflow

This commit is contained in:
Fabian Joswig 2021-11-01 13:35:10 +00:00
parent 02dd41b6b7
commit d44168f6ae

View file

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "pypy3"]
steps:
- name: Checkout source