https://github.com/python/cpython/commit/0341b10a5d790aa70776f881a1c9bc1f75fac602
commit: 0341b10a5d790aa70776f881a1c9bc1f75fac602
branch: main
author: Chris Eibl <[email protected]>
committer: Fidget-Spinner <[email protected]>
date: 2026-02-19T16:38:26Z
summary:

GH-144679: MSVC tailcall CI no longer needs to specify PlatformToolset 
(GH-145004)

MSVC tailcall CI no longer needs to specify PlatformToolset

files:
M .github/workflows/tail-call.yml

diff --git a/.github/workflows/tail-call.yml b/.github/workflows/tail-call.yml
index 1ab225656d694d..32c6aa75e479f8 100644
--- a/.github/workflows/tail-call.yml
+++ b/.github/workflows/tail-call.yml
@@ -51,7 +51,6 @@ jobs:
       - name: Build
         shell: pwsh
         run: |
-          $env:PlatformToolset = "v145"
           ./PCbuild/build.bat --tail-call-interp ${{ matrix.build_flags }} -c 
Release -p ${{ matrix.architecture }}
       - name: Test
         if: matrix.run_tests

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to