From b46d0ff11db454954561c8df0ee6fe35b02fd7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ko=C5=82odziejczak?= <31549762+mrl5@users.noreply.github.com> Date: Sat, 15 Oct 2022 09:42:19 +0200 Subject: [PATCH] chore(python-client): update minimal python version (#738) --- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 91c529102a..383086a43b 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -15,7 +15,7 @@ packages = [ include = ["wmill/py.typed"] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.10" windmill-api = "^1.38.1" [build-system] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 3464124344..c1f9394406 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -15,7 +15,7 @@ packages = [ include = ["wmill_pg/py.typed"] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.10" wmill = "^1.5.0" psycopg2-binary = "*"