Skip to content

Commit

Permalink
Merge pull request #98 from jcsobrino/bump-python-runtime-3.11
Browse files Browse the repository at this point in the history
Downgraded python version to 3.10 in pyproject.toml
  • Loading branch information
jcsobrino authored Dec 15, 2023
2 parents 2a5ade2 + b4eefb0 commit cbf5852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["New Relic <[email protected]>"]
license = "Apache 2.0"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
aiohttp = "^3.8.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit cbf5852

Please sign in to comment.