Skip to content

Commit

Permalink
Adjust versioning again
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m committed Jan 31, 2024
1 parent 596054d commit 326975e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/python-poetry/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
python-version:
required: false
description: Python version
default: "3.10"
default: "3.11"
poetry-version:
required: false
description: Poetry version
Expand Down
2 changes: 1 addition & 1 deletion per_sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
aiohttp = "3.9.1"
aiosignal = "1.3.1"
anyio = "4.2.0"
Expand Down

0 comments on commit 326975e

Please sign in to comment.