mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-03 07:24:58 +08:00
[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:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user