summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-19 02:25:36 +0000
committerSam James <sam@gentoo.org>2022-05-19 02:25:36 +0000
commit660b6a9e30d226024642ba8c4ede9a490b019c7b (patch)
tree52fb24dacf1d1e1dfbfefb06a8831c856a95b56c /app-text/xapers
parentapp-text/xapers: Enable py3.10 (diff)
downloadgentoo-660b6a9e30d226024642ba8c4ede9a490b019c7b.tar.gz
gentoo-660b6a9e30d226024642ba8c4ede9a490b019c7b.tar.bz2
gentoo-660b6a9e30d226024642ba8c4ede9a490b019c7b.zip
app-text/xapers: drop Python 3.7
noop anyway Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/xapers')
-rw-r--r--app-text/xapers/xapers-0.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xapers/xapers-0.9.0.ebuild b/app-text/xapers/xapers-0.9.0.ebuild
index 27a7b93bf325..c4c718c76b75 100644
--- a/app-text/xapers/xapers-0.9.0.ebuild
+++ b/app-text/xapers/xapers-0.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1