Skip to content

Commit 8ce0939

Browse files
committed
PKG: increase minimum Python version
1 parent f82bc25 commit 8ce0939

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
@@ -13,7 +13,7 @@ authors = [
1313
{name = "Tomasz Waleń", email = "tomasz.walen@ing.com"},
1414
{name = "Simon Brugman", email = "simon.brugman@ing.com"}
1515
]
16-
requires-python = ">=3.6"
16+
requires-python = ">=3.8"
1717
dependencies = [
1818
# Fix for error ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject.
1919
"numpy>=1.20.1",

0 commit comments

Comments
 (0)