newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Add Python Version Specific Installation Errors #1221

Closed TimPansino closed 2 days ago

TimPansino commented 2 days ago

Overview

Examples

RuntimeError: The New Relic Python agent only supports Python 3.7+. We recommend upgrading to a newer version of Python. The last agent version to support Python 2.7 was v9.13.0.

RuntimeError: The New Relic Python agent only supports Python 3.7+. We recommend upgrading to a newer version of Python. The last agent version to support Python 3.6 was v7.16.0.178.

github-actions[bot] commented 2 days ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.89s
✅ PYTHON black 1 1 0 0.93s
❌ PYTHON flake8 1 1 0.42s
✅ PYTHON isort 1 1 0 0.28s
✅ PYTHON pylint 1 0 1.82s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 2 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.24%. Comparing base (286a714) to head (2b37b64).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1221 +/- ## ======================================= Coverage 81.24% 81.24% ======================================= Files 197 197 Lines 21601 21601 Branches 3776 3776 ======================================= Hits 17550 17550 + Misses 2912 2910 -2 - Partials 1139 1141 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.