From 326975e5ffda8c8d51a48c85f2428130ecab7e29 Mon Sep 17 00:00:00 2001 From: Amin Moghaddam Date: Wed, 31 Jan 2024 16:37:50 +0100 Subject: [PATCH] Adjust versioning again --- .github/actions/python-poetry/action.yaml | 2 +- per_sdk/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/python-poetry/action.yaml b/.github/actions/python-poetry/action.yaml index 260ed3a6..07368c38 100644 --- a/.github/actions/python-poetry/action.yaml +++ b/.github/actions/python-poetry/action.yaml @@ -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 diff --git a/per_sdk/pyproject.toml b/per_sdk/pyproject.toml index 5b628583..243596b4 100644 --- a/per_sdk/pyproject.toml +++ b/per_sdk/pyproject.toml @@ -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"