open-telemetry / opentelemetry-python

OpenTelemetry Python API and SDK
https://opentelemetry.io
Apache License 2.0
1.66k stars 568 forks source link

Use python baseline version for pylint checks #3997

Closed xrmx closed 3 days ago

xrmx commented 4 days ago

Description

We need to use the baseline Python version for version dependent pylint checks otherwise it may warn about things that will break older python versions.

While at it add some notes on changing supported python versions.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Does This PR Require a Contrib Repo Change?

Checklist: