summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-04-14 17:57:26 +0200
committerMichał Górny <mgorny@gentoo.org>2023-04-14 17:58:23 +0200
commit2b3e0e93fdc3422bb5719e6305f1f32fe0c4e830 (patch)
tree3a6ae21f0cf75422eb8ac2a582553fea61c76308 /mail-client
parentwww-client/chromium: add patch for clang-16 compat (diff)
downloadgentoo-2b3e0e93fdc3422bb5719e6305f1f32fe0c4e830.tar.gz
gentoo-2b3e0e93fdc3422bb5719e6305f1f32fe0c4e830.tar.bz2
gentoo-2b3e0e93fdc3422bb5719e6305f1f32fe0c4e830.zip
mail-client/alot: Enable py3.11
The same test fails with Python 3.10. Closes: https://bugs.gentoo.org/896970 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/alot/alot-0.10.ebuild2
-rw-r--r--mail-client/alot/alot-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/alot/alot-0.10.ebuild b/mail-client/alot/alot-0.10.ebuild
index 293a20e34a05..0b8379627d15 100644
--- a/mail-client/alot/alot-0.10.ebuild
+++ b/mail-client/alot/alot-0.10.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
diff --git a/mail-client/alot/alot-9999.ebuild b/mail-client/alot/alot-9999.ebuild
index 293a20e34a05..0b8379627d15 100644
--- a/mail-client/alot/alot-9999.ebuild
+++ b/mail-client/alot/alot-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1