From 39670e0b3440942b8b3b6c8dbe2532af03c25b71 Mon Sep 17 00:00:00 2001 From: Uma Annamalai Date: Thu, 18 Jan 2024 14:20:11 -0800 Subject: [PATCH] Update CircleCI config. --- .circleci/config.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 27503fb..0493b16 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: test: docker: - - image: cimg/python:3.11 + - image: cimg/python:3.12 steps: - checkout - run: @@ -19,7 +19,7 @@ jobs: code-style: docker: - - image: cimg/python:3.11 + - image: cimg/python:3.12 steps: - checkout - run: @@ -38,7 +38,7 @@ jobs: release: docker: - - image: cimg/python:3.11 + - image: cimg/python:3.12 steps: - checkout - run: diff --git a/README.md b/README.md index 5560ae9..30842d9 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ manual function wrapping is required using the runtime specific New Relic agent. ## Requirements -* Python >= 3.3 <= 3.11 +* Python >= 3.3 <= 3.12 * Retrieve your [New relic Account ID](https://docs.newrelic.com/docs/accounts/install-new-relic/account-setup/account-id) and [User API Key](https://docs.newrelic.com/docs/apis/get-started/intro-apis/types-new-relic-api-keys#user-api-key) ## Recommendations