summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-29 18:57:35 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-29 19:36:58 +0300
commitddd767be9eb582839959d015723a3c4d55c126dc (patch)
treed94476860d0c4e79618632ba9877dadce37f7fda /dev-python
parentdev-python/aiodns: mark ALLARCHES (diff)
downloadgentoo-ddd767be9eb582839959d015723a3c4d55c126dc.tar.gz
gentoo-ddd767be9eb582839959d015723a3c4d55c126dc.tar.bz2
gentoo-ddd767be9eb582839959d015723a3c4d55c126dc.zip
dev-python/slixmpp: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/slixmpp/slixmpp-1.8.2.ebuild2
-rw-r--r--dev-python/slixmpp/slixmpp-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/slixmpp/slixmpp-1.8.2.ebuild b/dev-python/slixmpp/slixmpp-1.8.2.ebuild
index 2ec177c68b91..bd3fed708553 100644
--- a/dev-python/slixmpp/slixmpp-1.8.2.ebuild
+++ b/dev-python/slixmpp/slixmpp-1.8.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild
index a09033bc02fb..5490e617241b 100644
--- a/dev-python/slixmpp/slixmpp-9999.ebuild
+++ b/dev-python/slixmpp/slixmpp-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1