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 5e94ea3 commit b38b6fcCopy full SHA for b38b6fc
python_files/pythonrc.py
@@ -4,7 +4,7 @@
4
import readline
5
6
original_ps1 = ">>> "
7
-should_opt_out = sys.version_info.major == 3 and sys.version_info.minor == 13
+should_opt_out = sys.version_info >= (3, 13)
8
9
10
class REPLHooks:
0 commit comments