Skip to content

Commit 4046dee

Browse files
authored
Relax python version to >=3.6.0 (#3)
1 parent 12327e4 commit 4046dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.9"
20+
python = ">=3.6.0"
2121
pandas = "^1.1.2"
2222
dill = "^0.3.2"
2323
redbaron = "^0.9.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
name='exasol-udf-mock-python',
2727
version='0.1.0',
2828
description='Mocking framework for Exasol Python UDFs',
29-
python_requires='==3.*,>=3.6.9',
29+
python_requires='>=3.6.0',
3030
project_urls={"homepage": "https://github.com/exasol/udf-mock-python", "repository": "https://github.com/exasol/udf-mock-python"},
3131
author='Torsten Kilias',
3232
author_email='torsten.kilias@exasol.com',

0 commit comments

Comments
 (0)