How to install python app with specific python version by uv

I’m trying to install DisplayCAL by uv pip install. But also, I’m in Fedora with native python 3.14. App won’t run because it ask python version in range 3.8 → 3.13 only.
So how can I install it with specific python 3.13. I prefer to use uv as virtual env. Welcome to other tool, but I won’t mess system wide python version at all.
Sincerly!