commit: 8f6d169e470bcddfe137077bc53fb0704fcfe71f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 06:31:18 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 06:34:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6d169e
dev-python/atpublic: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/atpublic/atpublic-2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/atpublic/atpublic-2.3.ebuild
b/dev-python/atpublic/atpublic-2.3.ebuild
index 81e2361f4d0..d6b0c8b6c59 100644
--- a/dev-python/atpublic/atpublic-2.3.ebuild
+++ b/dev-python/atpublic/atpublic-2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A decorator to populate __all__ and the module globals"