Created attachment 237650 [details] Trivial patch to allow numpy to be installed with python 3.11 numpy claims that python 3.11 is supported since 1.23.3. We have 1.23.4 in ports so we can raise allowed python version in our port.
+1, but please do it as "3.8+", otherwise it prevents building numpy and all consumers with newer python version for no reason (the same as what we're experiencing right now).
Also, python version limitation should be changed the similar way in at least devel/boost-python-libs and games/freeorion
(In reply to Dmitry Marakasov from comment #1) I'm not quite sure that allowing people to build such low-level library without at least declared upstream support is good.
(In reply to Oleg Sidorkin from comment #3) I'm sure that 'not allowing' something proactively is a horrible idea.
Created attachment 237682 [details] Trivial patch to allow numpy to be installed with python 3.11 (v2) Ok
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cf commit 4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cf Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-10-31 06:15:10 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-10-31 06:15:10 +0000 math/py-numpy: Allow build with python-3.11 PR: 267362 Reported by: osidorkin@gmail.com math/py-numpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=244bfa13d9ed100470fbc4f736f270c64d838613 commit 244bfa13d9ed100470fbc4f736f270c64d838613 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-10-31 10:47:51 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-10-31 17:14:41 +0000 games/freeorion: remove irrelevant python version limitation PR: 267362 games/freeorion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf61f740015a953554a76f9fbe197d05f6bf41d2 commit cf61f740015a953554a76f9fbe197d05f6bf41d2 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-10-31 10:46:03 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-10-31 17:14:40 +0000 devel/boost-python-libs: remove irrelevant python version limitation PR: 267362 devel/boost-python-libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)