This package does not support Python 3.10. Please test it with Python 3.10 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help. $ pkgcheck scan -k PythonCompatUpdate dev-lang/wren dev-lang/wren PythonCompatUpdate: version 0.3.0: PYTHON_COMPAT updates available: python3_10, python3_11
I see there is a v0.4.0 https://github.com/wren-lang/wren but I have no idea how to test which python versions they support there. I guess this is mostly for the `python util/generate_docs.py` command, as the library itself is written in c and should not have any dependencies.
(In reply to King_DuckZ from comment #1) > I see there is a v0.4.0 https://github.com/wren-lang/wren but I have no idea > how to test which python versions they support there. > I guess this is mostly for the `python util/generate_docs.py` command, as > the library itself is written in c and should not have any dependencies. Run the ebuild with USE="test" and FEATURES="test" with python3.10 enabled if it has tests. If not, then install it with python3.10 enabled and maybe do some manual testing to see if things are still working. If python is only used for building the documentation then just try to generate those docs with python3.10, if it doesn't error out then it will be fine. In general we can assume that if something works with python3_X and works with python3_Y, then it will also work for all versions between X and Y. Therefore, to save time you might want to test with python3.11 instead so you can add both the 3.10 and 3.11 targets in one go.
*** This bug has been marked as a duplicate of bug 897386 ***