Skip to content

Commit ea157c7

Browse files
committed
fix: relax python version req
Relax python version requirement to allow latest patch version (via uv run). Could probably go further with "~=3.11" allowing for higher minor versions like 3.14...
1 parent e28e772 commit ea157c7

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
@@ -7,7 +7,7 @@ name = "codeplain"
77
dynamic = ["version"]
88
description = "Transform plain language specifications into working code"
99
readme = "README.md"
10-
requires-python = "==3.11"
10+
requires-python = "==3.11.*"
1111
classifiers = [
1212
"Environment :: Console",
1313
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)