##// 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:

r27843:667f3cbe
r28829:82eba444 merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)