summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-09 18:00:41 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-09 18:03:11 +0200
commit63de5b00fe84730e1cd5b022c49bac796f43d08f (patch)
treef43b67420fbae66362b9c5d55ac736d0b28e42d6
parentdev-python/pyqt-distutils: EAPI 8, PEP517, py3.11 (diff)
downloadgentoo-63de5b00fe84730e1cd5b022c49bac796f43d08f.tar.gz
gentoo-63de5b00fe84730e1cd5b022c49bac796f43d08f.tar.bz2
gentoo-63de5b00fe84730e1cd5b022c49bac796f43d08f.zip
mail-filter/afew: Enable py3.11
Closes: https://bugs.gentoo.org/896972 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--mail-filter/afew/afew-3.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-filter/afew/afew-3.0.1.ebuild b/mail-filter/afew/afew-3.0.1.ebuild
index 181419fef160..a0e78506c838 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi