python3Packages.pyhaversion: disable < 3.8, not >= 3.8
This commit is contained in:
parent
721a4ecfa6
commit
db1cc4704d
@ -5,7 +5,7 @@
|
||||
, awesomeversion
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonAtLeast
|
||||
, pythonOlder
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
version = "20.12.1";
|
||||
|
||||
# Only 3.8.0 and beyond are supported
|
||||
disabled = pythonAtLeast "3.8";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ludeeus";
|
||||
|
Loading…
Reference in New Issue
Block a user