commit: b213d1739ec58c9e7391d402bc0970a7ab1dc4e0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 8 08:31:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 8 08:32:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b213d173
dev-python/oslo-log: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/oslo-log/oslo-log-5.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/oslo-log/oslo-log-5.3.0.ebuild
b/dev-python/oslo-log/oslo-log-5.3.0.ebuild
index 8a71c132ea1b..edd4200e8826 100644
--- a/dev-python/oslo-log/oslo-log-5.3.0.ebuild
+++ b/dev-python/oslo-log/oslo-log-5.3.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
@@ -58,7 +58,7 @@ python_test() {
)
case ${EPYTHON} in
- python3.11)
+ python3.1[12])
# upstream is... *sigh*
EPYTEST_DESELECT+=(
oslo_log/tests/unit/test_log.py::LogConfigTestCase::test_log_config_append_invalid