diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-20 16:31:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-20 16:31:05 +0200 |
commit | ee2393e52987892a12ba4e6fcd92622319cd08b3 (patch) | |
tree | bccbdfef1ca7f2822f60e8dc22db1d98bc1cfd2a /dev-python/python3-saml | |
parent | Rename dev-python/{python-libevdev → libevdev} (diff) | |
download | gentoo-ee2393e52987892a12ba4e6fcd92622319cd08b3.tar.gz gentoo-ee2393e52987892a12ba4e6fcd92622319cd08b3.tar.bz2 gentoo-ee2393e52987892a12ba4e6fcd92622319cd08b3.zip |
dev-python/python3-saml: Enable py3.12
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.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python3-saml/python3-saml-1.16.0.ebuild b/dev-python/python3-saml/python3-saml-1.16.0.ebuild index cf677a8893b4..c8c1ac7470e4 100644 --- a/dev-python/python3-saml/python3-saml-1.16.0.ebuild +++ b/dev-python/python3-saml/python3-saml-1.16.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |