-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous Integration: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] #1185
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