Skip to content

Commit

Permalink
Update CircleCI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
umaannamalai committed Jan 18, 2024
1 parent 1c1d01f commit 39670e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
test:
docker:
- image: cimg/python:3.11
- image: cimg/python:3.12
steps:
- checkout
- run:
Expand All @@ -19,7 +19,7 @@ jobs:

code-style:
docker:
- image: cimg/python:3.11
- image: cimg/python:3.12
steps:
- checkout
- run:
Expand All @@ -38,7 +38,7 @@ jobs:
release:
docker:
- image: cimg/python:3.11
- image: cimg/python:3.12
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39670e0

Please sign in to comment.