summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:15:19 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:15:26 +0200
commit169db175c062a6eda4881b7ca4e82283872c50a8 (patch)
treecee61fac3b2677776c9e0c0380b708ef27a7ce45 /dev-python/sentinels
parentdev-python/scandir: Enable py3.10 (diff)
downloadgentoo-169db175c062a6eda4881b7ca4e82283872c50a8.tar.gz
gentoo-169db175c062a6eda4881b7ca4e82283872c50a8.tar.bz2
gentoo-169db175c062a6eda4881b7ca4e82283872c50a8.zip
dev-python/sentinels: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sentinels')
-rw-r--r--dev-python/sentinels/sentinels-1.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sentinels/sentinels-1.0.0.ebuild b/dev-python/sentinels/sentinels-1.0.0.ebuild
index e5f6bb660535..fde5dea76850 100644
--- a/dev-python/sentinels/sentinels-1.0.0.ebuild
+++ b/dev-python/sentinels/sentinels-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1