From b73e3e1a7a8634f9bf8c4b6d072c8caed9cc248d Mon Sep 17 00:00:00 2001 From: ckunki Date: Mon, 1 Jul 2024 14:44:14 +0200 Subject: [PATCH] Re-allowed Python version 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10219a7..a9b3a53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ homepage = "https://github.com/exasol/udf-mock-python" keywords = ['exasol', 'udf', 'mock', 'testing'] [tool.poetry.dependencies] -python = "^3.10.0" +python = "^3.8" pandas = "^1.4" numpy = "^1.22" dill = ">=0.3.7"