Skip to content

Commit 0d172e1

Browse files
committed
Relax Python version to build "py2.py3" wheels
1 parent ad27c84 commit 0d172e1

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
@@ -9,7 +9,7 @@ readme = "README.md"
99
version = "0.5.2"
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.10"
12+
python = ">=2.7"
1313

1414
[build-system]
1515
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)