summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-24 16:32:03 +0200
committerGitHub <noreply@github.com>2023-08-24 16:32:03 +0200
commit2137e9dcbcdc45d27400a53e05cd19b4782bb8fa (patch)
tree9477dd9ea287ab5b9c5ce0e04cacba4df02516fe /pkgs/development/python-modules
parentddd67ad1b6db86fcc768f229252ebf21ca75edca (diff)
python311Packages.aioairzone: update disabled
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/aioairzone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/aioairzone/default.nix b/pkgs/development/python-modules/aioairzone/default.nix
index ed51675444f0..2ea2137f0405 100644
--- a/pkgs/development/python-modules/aioairzone/default.nix
+++ b/pkgs/development/python-modules/aioairzone/default.nix
@@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "0.6.7";
format = "pyproject";
- disabled = pythonOlder "3.8";
+ disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "Noltari";