We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff357f6 commit 0942721Copy full SHA for 0942721
conanfile.py
@@ -93,9 +93,6 @@ def system_requirements(self):
93
94
def get_python_exe(self):
95
# 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?)
99
python_exe = "python3"
100
try:
101
self.run(f"{python_exe} --version", output=False)
0 commit comments