Skip to content

Commit

Permalink
Add constraint on psutil to avoid incompatibility with PyPy on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss committed Nov 4, 2023
1 parent 63668bb commit 51a2dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 51a2dd3

Please sign in to comment.