Created attachment 238922 [details] patch to enable www/node16 building with python 3.11 node 16.19 has python 3.11 support merged, and I'm already using node16 built with python 3.11 for a while. So there is no reason to limit python version to 3.10. Attached patch replaces python:3.6-3.10 with python:3.6+
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f27435a536265df9358a34b1a380450d72e3e2ae commit f27435a536265df9358a34b1a380450d72e3e2ae Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-12-23 22:25:22 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-12-23 22:27:11 +0000 www/node16: Allow build with Python 3.11 PR: 268466 www/node16/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks for the suggestion. Committed, thanks.