From 6d148231031c029f46ddb3ee0fd5ec20cb4e7729 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 15 Jan 2023 01:29:27 +0100 Subject: */*: remove py3.8 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 9cf63aa35c9..62cb945eaa4 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_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 DESCRIPTION="Parser for CMakeLists.txt files" -- cgit v1.2.3