summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-02 15:34:03 +0000
committerSam James <sam@gentoo.org>2022-07-02 15:34:14 +0000
commit2de8715dc5faf67486f5d2ea9550f1a97a30900b (patch)
tree5ce30d0106b20d1a99e10ceba68be6823434fb16 /app-text
parentdev-perl/Math-Pari: update EAPI 6 -> 8 (diff)
downloadgentoo-2de8715dc5faf67486f5d2ea9550f1a97a30900b.tar.gz
gentoo-2de8715dc5faf67486f5d2ea9550f1a97a30900b.tar.bz2
gentoo-2de8715dc5faf67486f5d2ea9550f1a97a30900b.zip
app-text/pastebinit: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/845603 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pastebinit/pastebinit-1.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild
index 550104a796b0..2813fc45c493 100644
--- a/app-text/pastebinit/pastebinit-1.5.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="xml"
inherit python-single-r1