diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-01-27 22:44:36 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-01-27 22:49:25 +0000 |
commit | d0082063750aa2501d53e5779f4e9c0f1a7c12cf (patch) | |
tree | fb30b6943176c95c563bd743077d793a4f907cb2 /dev-python/pefile | |
parent | app-backup/borgmatic: add 1.7.6, drop 1.7.4 (diff) | |
download | gentoo-d0082063750aa2501d53e5779f4e9c0f1a7c12cf.tar.gz gentoo-d0082063750aa2501d53e5779f4e9c0f1a7c12cf.tar.bz2 gentoo-d0082063750aa2501d53e5779f4e9c0f1a7c12cf.zip |
dev-python/pefile: enable py3.11
No tests but for what it's worth, fwupd-efi installer is able to
import and use it without errors.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pefile')
-rw-r--r-- | dev-python/pefile/pefile-2022.5.30-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pefile/pefile-2022.5.30-r1.ebuild b/dev-python/pefile/pefile-2022.5.30-r1.ebuild index 52e144581562..0fc43eb862c7 100644 --- a/dev-python/pefile/pefile-2022.5.30-r1.ebuild +++ b/dev-python/pefile/pefile-2022.5.30-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Module to read and work with Portable Executable (PE) files" |