Skip to content

Commit 28ca658

Browse files
committed
moved to python-3.13
1 parent 270d3ae commit 28ca658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ md5sums=(SKIP)
1818
_options="WITH_GPIO=1 WITH_SYSTEMD=1"
1919
if [ -e /usr/bin/python3 ]; then
2020
_options="$_options WITH_PYTHON=1"
21-
depends+=(python)
21+
depends+=("python>=3.13" "python<3.14")
2222
makedepends+=(python-setuptools python-pip python-build python-wheel)
2323
fi
2424
if [ -e /usr/include/janus/plugins/plugin.h ];then

0 commit comments

Comments
 (0)