commit:     2d510f438ed0b75d2956d305b28bb270cf9239ec
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Feb 16 08:10:26 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Feb 16 08:10:26 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2d510f43

dev-python/numba: py3.11 bump

Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/numba/numba-0.56.3.ebuild | 2 +-
 dev-python/numba/numba-0.56.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/numba/numba-0.56.3.ebuild 
b/dev-python/numba/numba-0.56.3.ebuild
index 0585a0660..85fb09a85 100644
--- a/dev-python/numba/numba-0.56.3.ebuild
+++ b/dev-python/numba/numba-0.56.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 DISTUTILS_USE_PEP517=setuptools
 inherit optfeature multiprocessing distutils-r1

diff --git a/dev-python/numba/numba-0.56.4.ebuild 
b/dev-python/numba/numba-0.56.4.ebuild
index 1812adf93..3fcfd4a94 100644
--- a/dev-python/numba/numba-0.56.4.ebuild
+++ b/dev-python/numba/numba-0.56.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 # py3.11 fails to compile:
 # error: ‘CFrame’ does not name a type; did you mean ‘_frame’?
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit optfeature multiprocessing distutils-r1
 

Reply via email to