summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-19 08:31:18 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-19 08:34:15 +0200
commit8f6d169e470bcddfe137077bc53fb0704fcfe71f (patch)
treec4b3156388321a6a1dc780e75c6aed6ac327cbd0 /dev-python/atpublic
parentdev-python/sybil: Port to py3.10 (diff)
downloadgentoo-8f6d169e470bcddfe137077bc53fb0704fcfe71f.tar.gz
gentoo-8f6d169e470bcddfe137077bc53fb0704fcfe71f.tar.bz2
gentoo-8f6d169e470bcddfe137077bc53fb0704fcfe71f.zip
dev-python/atpublic: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/atpublic')
-rw-r--r--dev-python/atpublic/atpublic-2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/atpublic/atpublic-2.3.ebuild b/dev-python/atpublic/atpublic-2.3.ebuild
index 81e2361f4d03..d6b0c8b6c594 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"