diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-14 12:46:34 +0100 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-01-20 03:01:07 +0100 |
| commit | f8af062c7345e6aaf82eed9a5fdf9f04c68d275f (patch) | |
| tree | a7803d68a2b75a6d09069a30e2f2e5ea0279bbd9 | |
| parent | f4be7cfe1a897b443b998de932d1cd14e653a629 (diff) | |
| download | external_python_setuptools-f8af062c7345e6aaf82eed9a5fdf9f04c68d275f.tar.gz external_python_setuptools-f8af062c7345e6aaf82eed9a5fdf9f04c68d275f.tar.bz2 external_python_setuptools-f8af062c7345e6aaf82eed9a5fdf9f04c68d275f.zip | |
Add PyPy 🐍 jobs to Actions CI/CD workflow
| -rw-r--r-- | .github/workflows/python-tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 7b1dcac6..286e022c 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -15,6 +15,7 @@ jobs: matrix: python-version: - 3.8 + - pypy3 - 3.7 - 3.6 - 3.5 |
