summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-22 01:00:16 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-22 01:00:16 +0300
commitb3c6bca584db5658dfcae8ad02ab39aa07fb9cbc (patch)
treef43422a87ed5f61e40186d3e0ec2ee188820bb56 /.github
parent40cf1621c6574cdbff9aaffa7b6ae83e1bf349d9 (diff)
downloadapscheduler-b3c6bca584db5658dfcae8ad02ab39aa07fb9cbc.tar.gz
Fixed the test suite on PyPy
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 94b8031..4e05b1f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.7", "3.10", "3.11-dev"]
+ python-version: ["3.7", "3.10", "3.11-dev", "pypy-3.9"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2