Merge pull request #231647 from mweinelt/cherrypy-311-disalbe

python311Packages.cherrypy: disable
This commit is contained in:
Weijia Wang 2023-05-13 18:15:17 +03:00 committed by GitHub
commit 2b60f353f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ buildPythonPackage rec {
version = "18.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.7" || pythonAtLeast "3.11";
src = fetchPypi {
pname = "CherryPy";