Open dperl-dls opened 5 days ago
Thanks @dperl-dls ! Currently we are pinned <3.12 because softioc was not compatible, but I think that is resolved now, so we should unpin and fix what breaks.
Yeah, most stuff does just work, I was running on 3.12 generally successfully and got surprised when my commands were not resulting in generated PVs in the IOC. I tried running the tests on 3.12 yesterday when writing this issue and only a couple failed
The resulting function fails an
isinstance
forWrappedMethod
so_get_single_mapping
does not add it to theMapping
Steps To Reproduce
Steps to reproduce the behaviour:
Controller
with a@command
method in python 3.12this is also reflected in
tests/backends/epics/test_gui.py::test_get_components
Acceptance Criteria
@command
decorator can be used in python 3.12