Skip to content

Commit 6d36c8a

Browse files
authored
chore: fix python version (#1713)
* chore: fix python version * chore: fix python version to accomodate 3.7
1 parent 951b787 commit 6d36c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description="Generate profile report for pandas DataFrame"
1111
readme = "README.md"
12-
requires-python=">=3., <3.13"
12+
requires-python=">=3.7, <3.13"
1313
keywords=["pandas", "data-science", "data-analysis", "python", "jupyter", "ipython"]
1414
license = {text = "MIT"}
1515
classifiers=[

0 commit comments

Comments
 (0)