From 1ac469c5705ee6f1de4554674219230718ce1d80 Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Thu, 6 Jun 2024 22:54:37 +0400 Subject: [PATCH] dev-python/evernote2: python compatibility bump to 3.12 Signed-off-by: Vitaly Zdanevich --- dev-python/evernote2/evernote2-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/evernote2/evernote2-9999.ebuild b/dev-python/evernote2/evernote2-9999.ebuild index f4255ed4b1..f902f34c2d 100644 --- a/dev-python/evernote2/evernote2-9999.ebuild +++ b/dev-python/evernote2/evernote2-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit git-r3 distutils-r1