cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Python 3.10.X requirement to build extensions

shahin24093
Visitor

Hello,

I understand there is an issue where I can't use later versions of python(I have 3.12.X installed). I work at a bank and I can't go back to older versions.
please advise when this can be fixed. I am trying to make a custom extension.
Error:
Python 3.10.X is required to build extensions, you are using sys.version_info(major=3, minor=12, micro=3, releaselevel='final', serial=0)

3 REPLIES 3

Mike_L
Dynatrace Guru
Dynatrace Guru

There is currently no plan to support later versions of Python.

3.10 is still supported and receives all security patches so it should be acceptable from a security point of view.

Mike

please remove the + from the sdk documentation. It's misleading. 

We indeed forgot a +, it was removed from the readme and it will be updated on that pypi page soon.

Thanks

Featured Posts