python3Packages.preprocess-cancellation: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:54:00 +01:00
parent 88ec798854
commit 64ca2f48dd
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
poetry-core,
shapely,
@@ -11,7 +10,6 @@
buildPythonPackage rec {
pname = "preprocess-cancellation";
version = "0.2.1";
disabled = pythonOlder "3.6"; # >= 3.6
pyproject = true;
# No tests in PyPI