[CI] Add Py-3.11 wheels for all platforms (#93400)
As python-3.11 is now available on Conda for both MacOS and Windows
Disable dimtorch for Python-3.11 on Windows as its current implementation relies on internal symbols which are not exposed on Windows runtime (and to be frank, not sure why they are exposed on Linux/Mac), see https://github.com/pytorch/pytorch/issues/93854
As with the previous PR, most of the changes are not in PyTorch repo, but in builder, namely:
https://github.com/pytorch/builder/commit/b71049dcbcffc33911b23cc63ca2f3f6ce80d800
https://github.com/pytorch/builder/commit/ece340ef7e1cd32c99b7fbf25ce29d8049307809
https://github.com/pytorch/builder/commit/b0071ac3665566d6041f358ed483c8981fbe1385
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93400
Approved by: https://github.com/weiwangmeta, https://github.com/atalman