Skip to content

Commit 0942721

Browse files
committed
Remove old comments
1 parent ff357f6 commit 0942721

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conanfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ def system_requirements(self):
9393

9494
def get_python_exe(self):
9595
# Find supported Python binary
96-
# Changes will be required with Python 4.x release -
97-
# (Deprecate Python 2.x support?)
98-
# (Deprecate use of "python3" and use "python" only?)
9996
python_exe = "python3"
10097
try:
10198
self.run(f"{python_exe} --version", output=False)

0 commit comments

Comments
 (0)