Continuous Integration: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]#1185
Continuous Integration: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]#1185glados-verma merged 1 commit intogoogle:masterfrom
Conversation
|
A little bit of work is need to support 3.12 and newer - I made partial progress. I think the only thing still needing work is making the built-in test profiling work correctly - for some reason the generated profile files seem to be empty. |
Yes, but: |
|
I'm looking into the profiling breakage under Python3.12+. The error message might be misleading. |
|
The distutils related issue is already fixed in #1183 . The problem right now is that the profiling unit test fails. I have found the cause for the breakage. It looks like the profiling implementation in OpenHTF isn't quite right, so I'm looking into that now. |
|
#1194 fixes the profiling issue |
Test on current versions of Python. * https://devguide.python.org/versions
|
Thanks for the PR! |
Test on current versions of Python.
This change is