python313Packages.pynordpool: remove disabled

Removed the restriction for Python version older than 3.11.
This commit is contained in:
Fabian Affolter
2025-11-01 09:51:42 +01:00
committed by GitHub
parent 138d5cd1e0
commit a954e34429
@@ -4,7 +4,6 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pythonOlder,
}:
buildPythonPackage rec {
@@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "gjohansson-ST";
repo = "pynordpool";