Skip to content

Commit 154cae9

Browse files
authored
chore: update 'requires-python' version specifier to avoid ambiguity (#309)
1 parent 6d5c77f commit 154cae9

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
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "Official Python command line client for tldr pages."
99
readme = "README.md"
1010
license = "MIT"
11-
requires-python = "~=3.9"
11+
requires-python = ">=3.9"
1212
authors = [
1313
{ name = "Felix Yan and tldr-pages contributors" },
1414
]

0 commit comments

Comments
 (0)