summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Diemer <github.com@jensdiemer.de>2020-02-01 21:24:59 +0100
committerGitHub <noreply@github.com>2020-02-01 21:24:59 +0100
commit68bfa4453cf47061dc4027b6da428f1680160c46 (patch)
tree70740540c3d70e1d66d41b3b23c5b604628e9c08
parent68b9174dbc8145b9265f2a1f5174bd4e7acba84b (diff)
downloadcreole-68bfa4453cf47061dc4027b6da428f1680160c46.tar.gz
Update pythonapp.yml
-rw-r--r--.github/workflows/pythonapp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml
index c0dd6a5..e2e51b9 100644
--- a/.github/workflows/pythonapp.yml
+++ b/.github/workflows/pythonapp.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: [3.8, 3.7, 3.6]
+ python-version: [3.8, 3.7, 3.6, pypy3]
steps:
- uses: actions/checkout@v1
- name: 'Set up Python ${{ matrix.python-version }}'