Skip to content

Commit 10cbe56

Browse files
committed
fix pyproject
1 parent e35b90b commit 10cbe56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Abilian SAS"]
55
description = "OlaPy, an experimental OLAP engine based on Pandas"
66

77
[tool.poetry.dependencies]
8-
python = "2.7.*,>3.6"
8+
python = ">2.7"
99

1010
# Later version don't support Python 2 anymore
1111
numpy = "<1.17"
@@ -60,7 +60,7 @@ isort = "*"
6060
mypy = { version = "*", python = "^3.6" }
6161
flake8-bugbear = { version = "*", python = "^3.6" }
6262
flake8-mypy = { version = "*", python = "^3.6" }
63-
black = { version = "*", python = "^3.6", allows-prereleases = true }
63+
black = { version = "*", python = "^3.6", allow-prereleases = true }
6464

6565
# Doc
6666
sphinx-click = "*"

0 commit comments

Comments
 (0)