diff options
author | Sam James <sam@gentoo.org> | 2022-05-19 02:25:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-19 02:25:36 +0000 |
commit | 660b6a9e30d226024642ba8c4ede9a490b019c7b (patch) | |
tree | 52fb24dacf1d1e1dfbfefb06a8831c856a95b56c /app-text/xapers/xapers-0.9.0.ebuild | |
parent | app-text/xapers: Enable py3.10 (diff) | |
download | gentoo-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/xapers-0.9.0.ebuild')
-rw-r--r-- | app-text/xapers/xapers-0.9.0.ebuild | 2 |
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 |