diff options
author | Maxim Devaev <[email protected]> | 2024-05-13 17:53:30 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-05-13 17:53:30 +0300 |
commit | 175bdde5239d5b4edf78a981cec5330ee5b65e5f (patch) | |
tree | a5d049703f1caf642665979bcd5e42029de4c697 | |
parent | f24ad95ced3046399b903258a811e58ba2163227 (diff) |
python 3.12
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |