chore(python-client): update minimal python version (#738)

This commit is contained in:
Jakub Kołodziejczak
2022-10-15 09:42:19 +02:00
committed by GitHub
parent 467ff105db
commit b46d0ff11d
2 changed files with 2 additions and 2 deletions

View File

@@ -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]

View File

@@ -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 = "*"