Skip to content

Commit

Permalink
Remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalia committed May 28, 2020
1 parent ff357f6 commit 0942721
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0942721

Please sign in to comment.