[Code Clean] Remove deadcodes about Python3.9 [4/N] (#163643)

As the title stated.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/163643
Approved by: https://github.com/albanD
ghstack dependencies: #163626, #163627, #163629
This commit is contained in:
FFFrog
2025-09-24 11:24:07 +08:00
committed by PyTorch MergeBot
parent 33aabdd8ac
commit ec0cd81c38
3 changed files with 20 additions and 33 deletions

View File

@ -345,7 +345,7 @@ PLAT_TO_VCVARS = {
'win-amd64' : 'x86_amd64',
}
min_supported_cpython = "0x03090000" # Python 3.9 hexcode
min_supported_cpython = "0x030A0000" # Python 3.10 hexcode
def get_cxx_compiler():
if IS_WINDOWS: