Skip to content

Commit b73e3e1

Browse files
committed
Re-allowed Python version 3.8
1 parent 212c1c8 commit b73e3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage = "https://github.com/exasol/udf-mock-python"
1717
keywords = ['exasol', 'udf', 'mock', 'testing']
1818

1919
[tool.poetry.dependencies]
20-
python = "^3.10.0"
20+
python = "^3.8"
2121
pandas = "^1.4"
2222
numpy = "^1.22"
2323
dill = ">=0.3.7"

0 commit comments

Comments
 (0)