commit:     47efb1cafb40f9f91146300fd40d724c121ec279
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 01:26:27 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 01:57:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47efb1ca

dev-python/js2py: enable python 3.11

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-python/js2py/js2py-0.71_p20210918.ebuild | 2 +-
 dev-python/js2py/js2py-0.74.ebuild           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/js2py/js2py-0.71_p20210918.ebuild 
b/dev-python/js2py/js2py-0.71_p20210918.ebuild
index a2395e4a68ce..7a513afcf9f4 100644
--- a/dev-python/js2py/js2py-0.71_p20210918.ebuild
+++ b/dev-python/js2py/js2py-0.71_p20210918.ebuild
@@ -7,7 +7,7 @@ H=b16d7ce90ac9c03358010c1599c3e87698c9993f
 MY_PN=Js2Py
 MY_P=${MY_PN}-${PV}
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

diff --git a/dev-python/js2py/js2py-0.74.ebuild 
b/dev-python/js2py/js2py-0.74.ebuild
index d148120ae7b2..462bb6fe6a1c 100644
--- a/dev-python/js2py/js2py-0.74.ebuild
+++ b/dev-python/js2py/js2py-0.74.ebuild
@@ -7,7 +7,7 @@ MY_PN=Js2Py
 MY_P=${MY_PN}-${PV}
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

Reply via email to