aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArusekk <arek_koz@o2.pl>2021-10-10 15:56:08 +0200
committerMichał Górny <mgorny@gentoo.org>2021-12-14 10:52:34 +0100
commitff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d (patch)
treef92a81ce27d39e556f671800baa68868041e3a0c /.github
parentobj: PyPy3 does not have object.__sizeof__ (diff)
downloadsnakeoil-ff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d.tar.gz
snakeoil-ff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d.tar.bz2
snakeoil-ff6b4be5bd1f4bfa8e019f93ac4737f138d9e75d.zip
PyPy support
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 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