From 175bdde5239d5b4edf78a981cec5330ee5b65e5f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 13 May 2024 17:53:30 +0300 Subject: [PATCH] python 3.12 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 97bfb07a..758cf145 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -46,8 +46,8 @@ url="https://github.com/pikvm/kvmd" license=(GPL) arch=(any) depends=( - "python>=3.11" - "python<3.12" + "python>=3.12" + "python<3.13" python-yaml python-aiohttp python-aiofiles