moved to python-3.13

This commit is contained in:
Maxim Devaev 2025-01-21 05:41:25 +02:00
parent dafc8e3941
commit be3e97178d
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@ url="https://github.com/pikvm/kvmd"
license=(GPL) license=(GPL)
arch=(any) arch=(any)
depends=( depends=(
"python>=3.12" "python>=3.13"
"python<3.13" "python<3.14"
python-yaml python-yaml
python-aiohttp python-aiohttp
python-aiofiles python-aiofiles

View File

@ -143,7 +143,7 @@ def main() -> None:
classifiers=[ classifiers=[
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",
"Topic :: System :: Systems Administration", "Topic :: System :: Systems Administration",
"Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Linux",
"Intended Audience :: System Administrators", "Intended Audience :: System Administrators",