Skip to content

Commit

Permalink
Re-allowed Python version 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 1, 2024
1 parent 212c1c8 commit b73e3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b73e3e1

Please sign in to comment.