summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-17 11:39:03 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-17 11:58:33 +0100
commit4ccc994075510dbfc40d3202f3c61b895d27ab0c (patch)
treee46111f5e43ef0245a43329fb90cbe01c784b7de /dev-python/python3-saml
parentdev-python/zeep: Enable py3.11 (diff)
downloadgentoo-4ccc994075510dbfc40d3202f3c61b895d27ab0c.tar.gz
gentoo-4ccc994075510dbfc40d3202f3c61b895d27ab0c.tar.bz2
gentoo-4ccc994075510dbfc40d3202f3c61b895d27ab0c.zip
dev-python/python3-saml: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python3-saml')
-rw-r--r--dev-python/python3-saml/python3-saml-1.15.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python3-saml/python3-saml-1.15.0.ebuild b/dev-python/python3-saml/python3-saml-1.15.0.ebuild
index 4ccb4653fef7..9c5e0f2a46a2 100644
--- a/dev-python/python3-saml/python3-saml-1.15.0.ebuild
+++ b/dev-python/python3-saml/python3-saml-1.15.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1