diff options
author | 2021-10-10 15:56:08 +0200 | |
---|---|---|
committer | 2021-12-14 10:52:34 +0100 | |
commit | ff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d (patch) | |
tree | f92a81ce27d39e556f671800baa68868041e3a0c /.github | |
parent | obj: PyPy3 does not have object.__sizeof__ (diff) | |
download | snakeoil-ff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d.tar.gz snakeoil-ff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d.tar.bz2 snakeoil-ff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d.zip |
PyPy support
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca7a903..7d254f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ['3.8', '3.9'] + python-version: ['3.8', '3.9', 'pypy-3.8'] experimental: [false] include: - os: ubuntu-latest |