python310Packages.cx-freeze: update disabled

This commit is contained in:
Fabian Affolter 2023-11-05 11:55:26 +01:00 committed by GitHub
parent 63b16856f7
commit 0a0b069bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "6.15.10";
format = "pyproject";
disabled = pythonOlder "3.5";
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "cx_Freeze";