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 70be5e4 commit a2cf630Copy full SHA for a2cf630
1 file changed
Tools/clinic/clinic.py
@@ -5212,10 +5212,6 @@ def state_terminal(self, line):
5212
5213
def main(argv):
5214
import sys
5215
-
5216
- if sys.version_info.major < 3 or sys.version_info.minor < 3:
5217
- sys.exit("Error: clinic.py requires Python 3.3 or greater.")
5218
5219
import argparse
5220
cmdline = argparse.ArgumentParser(
5221
description="""Preprocessor for CPython C files.
0 commit comments