Installing "testing > stable" packages?

For instance I want to install neovim-0.11.0-1.fc42 which is currently labeled testing > stable on the top right.

It seems like its a matter of days until the nvim 0.11.0 Fedora package is ready, but I would like to know in case I want to want to install other packages, especially if it takes over a week for new versions of nvim.

See the Final Freeze duration:

Wait until the release, or update from testing now:

> sudo dnf -q upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-74810ca655
Package                Arch   Version                Repository            Size
Upgrading:
 neovim                x86_64 0.11.0-1.fc42          updates-testing   31.2 MiB
   replacing neovim    x86_64 0.10.4-3.fc42          fedora            29.3 MiB
Installing dependencies:
 utf8proc              x86_64 2.10.0-1.fc42          updates-testing  372.0 KiB

Transaction Summary:
 Installing:         1 package
 Upgrading:          1 package
 Replacing:          1 package

Is this ok [y/N]: 

dnf install --enable-repo=updates-testing neovim
This enables updates-testing for this dnf invocation only. In particular, it will look for neovim as well as any dependencies in updatest-testing (in addition to any other enabled repos).

Didn’t seem to help, though.