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 support for Python 3.10 #214

Closed mrickard closed 10 months ago

mrickard commented 2 years ago

Summary

Python 3.10 is not yet a Lambda runtime, but it is a version of Python used by developers on local machines. There's one report of a user unable to run the Lambda CLI on a development machine, so we should prepare to support it as an environment the CLI can run in.

Desired Behaviour

The CLI should run on a developer's machine with Python 3.10 as the installed Python version. (It currently runs in >= Python 3.6 <= Python 3.9.)

mbaranovski commented 1 year ago

241