diff options
Diffstat (limited to 'dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild')
-rw-r--r-- | dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild b/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild index 604ec09e47d1..62aedd757fa9 100644 --- a/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild +++ b/dev-python/picklemagic/picklemagic-0.0_pre20160415.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-r1 DESCRIPTION="A library for analysing python pickles safely" |