summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}'