newrelic / newrelic-lambda-cli

A CLI to install the New Relic AWS Lambda integration and layers.
https://newrelic.com/products/serverless-aws-lambda
Apache License 2.0
47 stars 53 forks source link

Add Python 3.12 and remove Python 3.6 usage. #258

Closed umaannamalai closed 8 months ago

umaannamalai commented 8 months ago

This PR adds support for Python 3.12 and removes references of Python 3.6 since it is not a supported runtime of the NR Python agent.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (41ad0ed) 78.89% compared to head (72bef14) 78.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #258 +/- ## ========================================== - Coverage 78.89% 78.74% -0.16% ========================================== Files 16 16 Lines 1270 1270 ========================================== - Hits 1002 1000 -2 - Misses 268 270 +2 ```

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