Android builds for Playstore with unity 2022.3 are they still possible?

I’ve made an app, using Unity 2022.3, because I’m using Mapbox and I was struggling to get that to work in Unity6. I’m now trying to publish it to Google Play and it’s saying we need to target API level 34:

But according to the docs, 2022.3 only supports up to API level 32:

Does this mean you can only make android apps in Unity6 now? Or am I doing something wrong somewhere?

After some hours Googling possible solutions, the only thing I could find that sounded like it might work was to download Android Studio, and copy the 34 SDK folder into Unitys SDK’s folder, but that doesn’t seem to work either.
If I try to build using API level 34 or 35, it tells me API level 36 is needed and asks to update. But then can’t update.

So I guess I have to try and get it working in Unity 6?