We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5c77f commit 154cae9Copy full SHA for 154cae9
pyproject.toml
@@ -8,7 +8,7 @@ dynamic = ["version"]
8
description = "Official Python command line client for tldr pages."
9
readme = "README.md"
10
license = "MIT"
11
-requires-python = "~=3.9"
+requires-python = ">=3.9"
12
authors = [
13
{ name = "Felix Yan and tldr-pages contributors" },
14
]
0 commit comments