diff --git a/linters/mypy.ini b/linters/mypy.ini index 00dd688..3f9ee3c 100644 --- a/linters/mypy.ini +++ b/linters/mypy.ini @@ -1,5 +1,5 @@ [mypy] -python_version = 3.9 +python_version = 3.14 ignore_missing_imports = true disallow_untyped_defs = true strict_optional = true diff --git a/linters/tox.ini b/linters/tox.ini index 4015e40..4a44e50 100644 --- a/linters/tox.ini +++ b/linters/tox.ini @@ -3,7 +3,7 @@ envlist = cppcheck, flake8, pylint, mypy, vulture, htmlhint skipsdist = true [testenv] -basepython = python3.13 +basepython = python3.14 changedir = /src [testenv:cppcheck] diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index a4fc4e6..dbecd38 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -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