From be3e97178d6ed1226216246253bf54c86bc5ebf9 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 21 Jan 2025 05:41:25 +0200 Subject: moved to python-3.13 --- PKGBUILD | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 0069f716..d284f26c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -46,8 +46,8 @@ url="https://github.com/pikvm/kvmd" license=(GPL) arch=(any) depends=( - "python>=3.12" - "python<3.13" + "python>=3.13" + "python<3.14" python-yaml python-aiohttp python-aiofiles diff --git a/setup.py b/setup.py index 1d1f3ce1..8ccca71e 100755 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def main() -> None: classifiers=[ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Development Status :: 5 - Production/Stable", - "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: System :: Systems Administration", "Operating System :: POSIX :: Linux", "Intended Audience :: System Administrators", -- cgit v1.2.3