##// END OF EJS Templates
Fix some tests on Python 3.13 RC1 (#14504)...
Fix some tests on Python 3.13 RC1 (#14504) Random little odds and ends that have changed in 3.13 break the tests. I think this should get the CI working again. :crossed_fingers: Closes #14457 Closes #14458

File last commit:

r25734:c7f8f6ea
r28829:82eba444 merge
Show More
__init__.py
7 lines | 126 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
from typing import List
__all__: List[str] = []