newrelic-python-agent icon indicating copy to clipboard operation
newrelic-python-agent copied to clipboard

Add Python 3.11 Support

Open TimPansino opened this issue 3 years ago • 1 comments

Before contributing, please read our contributing guidelines and code of conduct.

Overview

Describe the changes present in the pull request

Related Github Issue

Include a link to the related GitHub issue, if applicable

Testing

The agent includes a suite of tests which should be used to verify your changes don't break existing functionality. These tests will run with Github Actions when a pull request is made. More details on running the tests locally can be found here, For most contributions it is strongly recommended to add additional tests which exercise your changes.

TimPansino avatar Oct 07 '22 18:10 TimPansino

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 3 0 2.96s
✅ PYTHON black 23 0 0 1.51s
✅ PYTHON flake8 23 0 0.92s
✅ PYTHON isort 23 0 0 0.3s
❌ PYTHON pylint 23 43 10.02s
✅ YAML prettier 2 0 0 0.68s
✅ YAML v8r 2 0 2.75s
✅ YAML yamllint 2 0 0.21s

See errors details in artifact MegaLinter reports on CI Job page Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

github-actions[bot] avatar Oct 07 '22 18:10 github-actions[bot]