python310Packages.aioswitcher: disable on older Python releases

This commit is contained in:
Fabian Affolter 2022-10-19 19:11:19 +02:00 committed by GitHub
parent 0f2a12dffd
commit 83728a5c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
, pytest-resource-path
, pytest-sugar
, pytestCheckHook
, pythonOlder
, time-machine
}:
@ -16,6 +17,8 @@ buildPythonPackage rec {
version = "3.1.0";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "TomerFi";
repo = pname;