Skip to content

Commit 6c1a8f7

Browse files
committed
bumped python
1 parent 26ee514 commit 6c1a8f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

linters/mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.9
2+
python_version = 3.14
33
ignore_missing_imports = true
44
disallow_untyped_defs = true
55
strict_optional = true

linters/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = cppcheck, flake8, pylint, mypy, vulture, htmlhint
33
skipsdist = true
44

55
[testenv]
6-
basepython = python3.13
6+
basepython = python3.14
77
changedir = /src
88

99
[testenv:cppcheck]

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>=3.13" "python<3.14")
21+
depends+=("python>=3.14" "python<3.15")
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)