Skip to content

Commit 798b763

Browse files
committed
python311Packages.aiorussound: disable
1 parent 1232792 commit 798b763

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/aiorussound/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5+
pythonOlder,
56

67
# build-system
78
poetry-core,
@@ -19,6 +20,9 @@ buildPythonPackage rec {
1920
version = "3.0.5";
2021
pyproject = true;
2122

23+
# requires newer f-strings introduced in 3.12
24+
disabled = pythonOlder "3.12";
25+
2226
src = fetchFromGitHub {
2327
owner = "noahhusby";
2428
repo = "aiorussound";

0 commit comments

Comments
 (0)