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 657af22 commit 6f5c02eCopy full SHA for 6f5c02e
rsconnect/pyproject.py
@@ -41,4 +41,5 @@ def parse_pyproject_python_requires(pyproject_file: pathlib.Path) -> typing.Opti
41
"""
42
content = pyproject_file.read_text()
43
pyproject = tomllib.loads(content)
44
+
45
return pyproject.get("project", {}).get("requires-python", None)
0 commit comments