diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-02-23 22:43:25 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-23 23:10:29 -0500 |
commit | 499d0c5686b593c22d4ebfe7b95f42c9d5b3cbdd (patch) | |
tree | afebeba0e7bac25b5c3adfef4855b328f4c3fe5e /www-plugins | |
parent | app-metrics/ceph_exporter: add 4.1.1 (diff) | |
download | gentoo-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>
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/passff-host/passff-host-1.2.3-r1.ebuild | 2 |
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 |