mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
moved to python-3.13
This commit is contained in:
parent
dafc8e3941
commit
be3e97178d
4
PKGBUILD
4
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
|
||||
|
||||
2
setup.py
2
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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user