From 1c830f8ff31585f22ab8ebb75a9e667068747a10 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Thu, 30 Mar 2023 16:19:40 +0200 Subject: [PATCH] dev-python/aenum: enable py3.11, py3.9 --- dev-python/aenum/aenum-3.1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aenum/aenum-3.1.12.ebuild b/dev-python/aenum/aenum-3.1.12.ebuild index 0a0a37e..7fa2dc6 100644 --- a/dev-python/aenum/aenum-3.1.12.ebuild +++ b/dev-python/aenum/aenum-3.1.12.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Advanced Enumerations (compatible with Python's stdlib Enum)"