From 8c66916f06d10cf80604f7cc21e72ece7357e75b Mon Sep 17 00:00:00 2001 From: Vahid Ghoreishi Date: Wed, 6 Dec 2023 19:36:38 +0100 Subject: [PATCH] zabbix-aerospike-plugin-3.0.0 bump python version --- .../zabbix-aerospike-plugin-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/zabbix-aerospike-plugin/zabbix-aerospike-plugin-3.0.0.ebuild b/net-analyzer/zabbix-aerospike-plugin/zabbix-aerospike-plugin-3.0.0.ebuild index 6e9385a9..91f1177c 100644 --- a/net-analyzer/zabbix-aerospike-plugin/zabbix-aerospike-plugin-3.0.0.ebuild +++ b/net-analyzer/zabbix-aerospike-plugin/zabbix-aerospike-plugin-3.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1