diff options
author | 2023-06-01 19:52:09 +0300 | |
---|---|---|
committer | 2023-06-01 19:52:09 +0300 | |
commit | 0afd721f0b6c62bc059ed47cc5d57594ccdb66af (patch) | |
tree | bd81e2e2f75a9c7d29fa0074321e64d885e70524 /dev-python/xmlsec | |
parent | dev-python/requests-toolbelt: enable py3.12 (diff) | |
download | gentoo-0afd721f0b6c62bc059ed47cc5d57594ccdb66af.tar.gz gentoo-0afd721f0b6c62bc059ed47cc5d57594ccdb66af.tar.bz2 gentoo-0afd721f0b6c62bc059ed47cc5d57594ccdb66af.zip |
dev-python/xmlsec: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/xmlsec')
-rw-r--r-- | dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild index cdd4f1456c2f..b85f07eb23b4 100644 --- a/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild +++ b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |