diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:26:27 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-16 02:57:04 +0100 |
commit | 47efb1cafb40f9f91146300fd40d724c121ec279 (patch) | |
tree | fc8d6d3a17694603633600fa1d88b92da070b89b /dev-python/js2py | |
parent | dev-python/itunespy: enable python 3.11 (diff) | |
download | gentoo-47efb1cafb40f9f91146300fd40d724c121ec279.tar.gz gentoo-47efb1cafb40f9f91146300fd40d724c121ec279.tar.bz2 gentoo-47efb1cafb40f9f91146300fd40d724c121ec279.zip |
dev-python/js2py: enable python 3.11
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-python/js2py')
-rw-r--r-- | dev-python/js2py/js2py-0.71_p20210918.ebuild | 2 | ||||
-rw-r--r-- | 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 |