summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-02-23 22:43:25 -0500
committerMatt Turner <mattst88@gentoo.org>2023-02-23 23:10:29 -0500
commit499d0c5686b593c22d4ebfe7b95f42c9d5b3cbdd (patch)
treeafebeba0e7bac25b5c3adfef4855b328f4c3fe5e
parentapp-metrics/ceph_exporter: add 4.1.1 (diff)
downloadgentoo-499d0c5686b593c22d4ebfe7b95f42c9d5b3cbdd.tar.gz
gentoo-499d0c5686b593c22d4ebfe7b95f42c9d5b3cbdd.tar.bz2
gentoo-499d0c5686b593c22d4ebfe7b95f42c9d5b3cbdd.zip
www-plugins/passff-host: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--www-plugins/passff-host/passff-host-1.2.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-plugins/passff-host/passff-host-1.2.3-r1.ebuild b/www-plugins/passff-host/passff-host-1.2.3-r1.ebuild
index 8fc98f6dbd33..69e81bf5f5d8 100644
--- a/www-plugins/passff-host/passff-host-1.2.3-r1.ebuild
+++ b/www-plugins/passff-host/passff-host-1.2.3-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit python-single-r1