diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2023-09-16 16:48:14 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-18 08:39:25 +0100 |
commit | c59029de81fa6eb27e29f0bba65e6a9670564e0b (patch) | |
tree | e5f3872b90479317b7307c15e6b5a02f92d3b787 /dev-python/pefile | |
parent | dev-python/filebytes: enable py3.12 (diff) | |
download | gentoo-c59029de81fa6eb27e29f0bba65e6a9670564e0b.tar.gz gentoo-c59029de81fa6eb27e29f0bba65e6a9670564e0b.tar.bz2 gentoo-c59029de81fa6eb27e29f0bba65e6a9670564e0b.zip |
dev-python/pefile: disable py3.9
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r-- | dev-python/pefile/pefile-2023.2.7.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pefile/pefile-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pefile/pefile-2023.2.7.ebuild b/dev-python/pefile/pefile-2023.2.7.ebuild index 5a2a3f4d0dda..7f530f4c4bec 100644 --- a/dev-python/pefile/pefile-2023.2.7.ebuild +++ b/dev-python/pefile/pefile-2023.2.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Module to read and work with Portable Executable (PE) files" diff --git a/dev-python/pefile/pefile-9999.ebuild b/dev-python/pefile/pefile-9999.ebuild index 5a2a3f4d0dda..7f530f4c4bec 100644 --- a/dev-python/pefile/pefile-9999.ebuild +++ b/dev-python/pefile/pefile-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Module to read and work with Portable Executable (PE) files" |