dynatrace-extensions / dt-extensions-python-sdk

Dynatrace Python Extensions SDK
https://dynatrace-extensions.github.io/dt-extensions-python-sdk/
MIT License
8 stars 1 forks source link

Update python requirements to 3.10 #73

Closed radu-stefan-dt closed 3 months ago

radu-stefan-dt commented 3 months ago

The current python version badge seems to be confusign some of our users as it lists 3.10|3.11|3.12 While it will work with those versions, given that Extensions only run 3.10, maybe we should manually make it show this version only.

dlopes7 commented 3 months ago

We need to change the python requirements everywhere to 3.10 I think, and we should add the rest of the changes to this PR not only the badge.

JosephHobbs commented 3 months ago

I think I bumped all of the references to python to 3.10 as part of https://github.com/dynatrace-extensions/dt-extensions-python-sdk/pull/47.

dlopes7 commented 3 months ago

I think I bumped all of the references to python to 3.10 as part of #47.

Right, but that is not related. Today customers can install the library using python 3.11 or 3.12, but won't be able to create extensions