From 51a2dd33a598f5047bae36cc0db727773de2b564 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Sat, 4 Nov 2023 12:12:23 +0100 Subject: [PATCH] Add constraint on psutil to avoid incompatibility with PyPy on Windows See: https://github.com/giampaolo/psutil/issues/2325 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fc20acd..72d67ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = chardet importlib-metadata; python_version < "3.8" inators - psutil + psutil < 5.9.6 # FIXME: PyPy does dot expose PyErr_SetExcFromWindowsErrWithFilenameObject on Windows, waiting for psutil workaround [options.entry_points] console_scripts =