From 6a25c4529be854a2ecc0d84445ee031c284f63a6 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Sun, 16 Aug 2026 17:35:22 +0200 Subject: [PATCH] Drop support for pypy Given https://github.com/numpy/numpy/issues/30416 and the (transitive) psutil dependency no longer builds on pypy it truly is the end of an era. https://mastodon.social/@hynek/116194327873785309 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2ccdf2c..ec738fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,6 @@ classifiers = License :: OSI Approved :: MIT License Operating System :: OS Independent Programming Language :: Python - Programming Language :: Python :: Implementation :: PyPy Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only diff --git a/tox.ini b/tox.ini index dd01a13..bcad554 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ minversion = 8.0 addopts = -ra [tox] -envlist = py310,py311,py312,py313,py314,pypy3 +envlist = py310,py311,py312,py313,py314 [testenv] deps = pytest