From 013a94d87d9a4ff23a9db6e4f02ae7d113580f2d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 12 Jan 2023 12:40:54 +0100 Subject: */*: drop py3.8 and py3.9 where py3.10+ already enabled Signed-off-by: Andrew Ammerlaan --- dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-cpp') diff --git a/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild b/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild index 432004f11..38e0dfbd0 100644 --- a/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild +++ b/dev-cpp/blitz/blitz-1.0.3_pre20200524.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-any-r1 COMMIT="39f885951a9b8b11f931f917935a16066a945056" -- cgit v1.2.3-65-gdbad