python311Packages.truststore: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter
2023-09-10 09:54:53 +02:00
parent e384e38ee3
commit edd58ef487
@@ -1,10 +1,11 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, flit-core
, aiohttp
, httpx
, pyopenssl
, pythonOlder
, requests
, trustme
}:
@@ -14,6 +15,8 @@ buildPythonPackage rec {
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "sethmlarson";
repo = pname;