commit:     d0082063750aa2501d53e5779f4e9c0f1a7c12cf
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 22:44:36 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 22:49:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0082063

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 <AT> gentoo.org>

 dev-python/pefile/pefile-2022.5.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

Reply via email to