Skip to content

Commit 2f9b91e

Browse files
committed
fix(python): Require Python 3.11 at minimum
1 parent 0e1f098 commit 2f9b91e

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 @@ dependencies = [
2121
"tzlocal",
2222
"setuptools<80",
2323
]
24-
requires-python = ">=3.9"
24+
requires-python = ">=3.11"
2525
readme = "README.md"
2626
license = { text = "LGPLv3" }
2727
keywords = ["robotframework", "library", "http", "json", "api"]

0 commit comments

Comments
 (0)