From 06ec6d8ff4726dedeeb65f42ff6e0b597a6e7f96 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 3 Jun 2024 22:40:13 +0200 Subject: dev-python/concurrent-log-handler Add python 3.12 support --- dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild') diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild index 28adb42..f9f734d 100644 --- a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild +++ b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -- cgit v1.2.3