aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-12-22 17:02:47 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-12-22 17:02:54 +0200
commit051b89ef0ecdad758ad8e1bcc7467a71f562d5be (patch)
treef1fcfd4abac63d277a485e2207414f2cfa0c7855
parentadd python 3.12 classifier (diff)
downloadsnakeoil-051b89ef0ecdad758ad8e1bcc7467a71f562d5be.tar.gz
snakeoil-051b89ef0ecdad758ad8e1bcc7467a71f562d5be.tar.bz2
snakeoil-051b89ef0ecdad758ad8e1bcc7467a71f562d5be.zip
ci: remove pypy3.9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 9c767a2..7715044 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
- python-version: ['3.10', '3.11', 'pypy-3.9']
+ python-version: ['3.10', '3.11']
experimental: [false]
include:
- os: ubuntu-latest