python310Packages.returns: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-07-06 08:45:16 +02:00
committed by GitHub
parent f9edead13e
commit 3af6ee75ce
@@ -1,14 +1,15 @@
{ lib
, anyio
, curio
, buildPythonPackage
, curio
, fetchFromGitHub
, httpx
, hypothesis
, poetry-core
, pytestCheckHook
, pytest-aio
, pytest-subtests
, pytestCheckHook
, pythonOlder
, setuptools
, trio
, typing-extensions
@@ -19,6 +20,8 @@ buildPythonPackage rec {
version = "0.21.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "dry-python";
repo = "returns";