summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-31 02:59:26 +0100
committerSam James <sam@gentoo.org>2022-05-31 03:10:12 +0100
commitec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc (patch)
tree328b25cebd342f101bef310444470e0c88874774
parentapp-misc/tmux2html: update upstream metadata (diff)
downloadgentoo-ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc.tar.gz
gentoo-ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc.tar.bz2
gentoo-ec83a7e1c1bcd9dd188d730ee2e2a4dc499586dc.zip
app-crypt/pius: enable py3.10, py3.11 and disable py3.7
Closes: https://bugs.gentoo.org/845447 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-crypt/pius/pius-3.0.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/pius/pius-3.0.0-r1.ebuild b/app-crypt/pius/pius-3.0.0-r1.ebuild
index 49fe29ec9207..c7ce49f2b85d 100644
--- a/app-crypt/pius/pius-3.0.0-r1.ebuild
+++ b/app-crypt/pius/pius-3.0.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1