Skip to content

Commit 7787730

Browse files
authored
Fix No matching distribution found for audioop-lts (python < 3.13) (#2283) (#2341)
1 parent a5a73cb commit 7787730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addict
22
appdirs
3-
audioop-lts
3+
audioop-lts; python_version>='3.13'
44
colour
55
diskcache
66
ipython>=8.18.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ include_package_data = True
3131
install_requires =
3232
addict
3333
appdirs
34-
audioop-lts
34+
audioop-lts; python_version >= "3.13"
3535
colour
3636
diskcache
3737
ipython>=8.18.0

0 commit comments

Comments
 (0)