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 b25a340 commit b89d547Copy full SHA for b89d547
‎pyproject.toml‎
@@ -10,8 +10,7 @@ name = "python_package"
10
# See the section below: [tools.setuptools.dynamic]
11
dynamic = ["version"]
12
readme = "README.md"
13
-# We use features for Python 3.11, so we test it here.
14
-requires-python = ">=3.11"
+requires-python = ">=3.9"
15
# These are keywords
16
classifiers = [
17
"Programming Language :: Python :: 3",
‎src/python_package/mockup.py‎
@@ -6,7 +6,7 @@ def hello_world(n: int) -> str:
6
7
Parameters
8
----------
9
- number : int
+ n : int
How many time to return hello world
Returns
0 commit comments