more Python 3.13 compatibility fixes
- Oct 26, 2024
-
-
Pierre-Yves David authored
Starting with python 3.13, `sys.hexversion` refuse to be assigned non-hex value like "foo". I don't think I can blame it. It is time to drop that part of the tests.
-
Pierre-Yves David authored
The traceback changes again with 3.13. So we filter it to only keeps the bits we care about. This is actually only reusing the approach from a few line below.
-
- Oct 24, 2024
-
-
Pierre-Yves David authored
No known issues has been reported and this is breaking the CI quite hard. So for now we have to delay the issue.
-