From 476457b2ddbc9009e98e18db020869846336d5e3 Mon Sep 17 00:00:00 2001 From: Vladimir Shapranov Date: Mon, 7 Aug 2023 11:43:58 +0200 Subject: [PATCH] dev-python/typish: python3_11 compat Signed-off-by: Vladimir Shapranov --- .../typish/{typish-1.9.3.ebuild => typish-1.9.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/typish/{typish-1.9.3.ebuild => typish-1.9.3-r1.ebuild} (95%) diff --git a/dev-python/typish/typish-1.9.3.ebuild b/dev-python/typish/typish-1.9.3-r1.ebuild similarity index 95% rename from dev-python/typish/typish-1.9.3.ebuild rename to dev-python/typish/typish-1.9.3-r1.ebuild index f597d017516..31cb1ee5c2f 100644 --- a/dev-python/typish/typish-1.9.3.ebuild +++ b/dev-python/typish/typish-1.9.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 DESCRIPTION="Functionality for types"