From 0942721298656496d5671fbb4fc5ea9d8e33a632 Mon Sep 17 00:00:00 2001 From: "Malia, Viraj" Date: Tue, 26 May 2020 13:31:11 -0700 Subject: [PATCH] Remove old comments --- conanfile.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/conanfile.py b/conanfile.py index 0ec9eb463..924642113 100644 --- a/conanfile.py +++ b/conanfile.py @@ -93,9 +93,6 @@ def system_requirements(self): def get_python_exe(self): # Find supported Python binary - # Changes will be required with Python 4.x release - - # (Deprecate Python 2.x support?) - # (Deprecate use of "python3" and use "python" only?) python_exe = "python3" try: self.run(f"{python_exe} --version", output=False)