Torchaudio Compatibility

I want to install pytorch==1.13.1 into the python==3.11 env. my cuda==11.7
there is a torch-1.13.1+cu117-cp311-cp311.whl
but no torchaudio-0.13.1+cu117-cp311-cp311, there is only cp310 version latest. can I install the torchaudio tagged as cp310 with the torch tagged with cp311 here?

No, since you need to install the wheel built for your Python version.
When torch.1.13.1 was released the Python 3.11 build might have been experimental and other libraries, such as torchaudio might not have been built with 3.11 back then.