Skip to content

Commit 2727379

Browse files
authored
Fix formatting of Python version constraint
1 parent ac36a90 commit 2727379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages = [
2121
include = ["stimela/cargo/cab/stimela_runscript"]
2222

2323
[tool.poetry.dependencies]
24-
python = ">=3.9, <=3.13"
24+
python = ">=3.9,<=3.13"
2525
pytest = { version = "*", optional=true }
2626
flake8 = { version = "*", optional=true }
2727
pytest-cov = { version = "*", optional=true }

0 commit comments

Comments
 (0)