PTVS
PTVS copied to clipboard
Update to cpython 3.12 in VS installer
- [x] Modify PTVS workload to grab python 3.12 bits from python.org See https://microsoft.sharepoint.com/teams/python/Documents/Documents/Python%20Team/Python%20VS/Dev%20Docs.one#Update%20VS%20Bundled%20Python%20Version§ion-id={D7206CE2-CF40-437B-8CE9-1E55F4BC2F44}&page-id={2D123ECB-BEC2-4CA8-9597-19BD5F809205}&end for steps.
- [x] Mark existing cpython component (which should now point to 3.12) as NOT out of support. See https://github.com/microsoft/PTVS/issues/7350 with details on how to mark the component as Out of Support. These changes will need to be reversed.
- [ ] Download installer generated by PR and test to make sure the bits install correctly
Draft PR is up at https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_git/VS/pullrequest/516598
The same process should be done to add 3.10 and 3.11 as options to the VS installer.