bumped python

This commit is contained in:
Maxim Devaev
2026-01-16 23:29:54 +02:00
parent 26ee5143ee
commit 6c1a8f75a1
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ md5sums=(SKIP)
_options="WITH_GPIO=1 WITH_SYSTEMD=1"
if [ -e /usr/bin/python3 ]; then
_options="$_options WITH_PYTHON=1"
depends+=("python>=3.13" "python<3.14")
depends+=("python>=3.14" "python<3.15")
makedepends+=(python-setuptools python-pip python-build python-wheel)
fi
if [ -e /usr/include/janus/plugins/plugin.h ];then