From fbc33d0a2903e4a01d650528659fb847e4476c6c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 18 May 2023 21:26:12 +0200 Subject: */*: remove py3.9 from PYTHON_COMPAT Signed-off-by: Andreas Sturmlechner --- dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild index 62cb945eaa4..8029a2ac27f 100644 --- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild +++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="Parser for CMakeLists.txt files" -- cgit v1.2.3