Skip to content

Commit b38b6fc

Browse files
Update python_files/pythonrc.py
Co-authored-by: Karthik Nadig <[email protected]>
1 parent 5e94ea3 commit b38b6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_files/pythonrc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import readline
55

66
original_ps1 = ">>> "
7-
should_opt_out = sys.version_info.major == 3 and sys.version_info.minor == 13
7+
should_opt_out = sys.version_info >= (3, 13)
88

99

1010
class REPLHooks:

0 commit comments

Comments
 (0)