Skip to content

Commit 6b1e29b

Browse files
committed
Set to later Python release
1 parent 8f937ab commit 6b1e29b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [
1313
]
1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.9"
16+
python = ">=3.11"
1717
aiohttp = "*"
1818
click = "*"
1919
requests = "*"
@@ -24,4 +24,3 @@ build-backend = "poetry.core.masonry.api"
2424

2525
[tool.poetry.scripts]
2626
pymystrom = "pymystrom.cli:main"
27-

0 commit comments

Comments
 (0)