anyone used django 3.x/4.x with python 3.11?

Just asking, to check if anyone has had good/less than good experiences?

See FAQ: Installation | Django documentation | Django

Yes, I have a system in development using Django 4.1.3 with Python 3.11. Have not observed any problems or issues associated with it.

all right thanks.

Have had a 3.2.15 + 3.11.0 dev instance for a while too and observed the same. i.e., very good server-side perf (~20% less view+template server-side times, which I believe is excellent).