DataDog / datadogpy

The Datadog Python library
https://datadoghq.com/
Other
609 stars 302 forks source link

[tests] Remove Python 3.5 from unit-tested versions #711

Closed sgnn7 closed 2 years ago

sgnn7 commented 2 years ago

What does this PR do?

Remove Python 3.5 from the unit test matrix

Description of the Change

Azure builders do not have this Python version anymore so they cannot run against it. Given that 3.5 is EOL we will remove it from the test matrix.

Alternate Designs

Possible Drawbacks

Python 3.5 support may get stale over time

Verification Process

CI/CD passes

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)

therve commented 2 years ago

/azp run

azure-pipelines[bot] commented 2 years ago
Azure Pipelines successfully started running 2 pipeline(s).
sgnn7 commented 2 years ago

Failing tests are known flakes. Merging.