Skip to content

Official installation guide advertises unsupported Python 3.7 #163

Description

@dajiaohuang

Current state

Problem

The deployed page currently states:

The open platform Python SDK supports Python 3.7 and above.

The package metadata disagrees:

  • setup.py sets python_requires=">=3.8".
  • PyPI metadata for lark-oapi 1.7.3 reports Requires-Python: >=3.8.
  • The repository classifiers start at Python 3.8.

A Python 3.7 user following the official page therefore cannot install the current release through normal pip resolution.

Expected behavior

The official SDK prerequisites should match the installable package metadata. For the current release, the page should state Python 3.8 or later, or explicitly describe an older package version if Python 3.7 remains intentionally supported there.

Verification

I reloaded the deployed page on 2026-08-24 and compared it with the pinned default-branch source and live PyPI JSON metadata. I searched open and closed issues, all pull request states, and repository history for the Python 3.7/3.8 requirement mismatch and found no existing report or competing fix.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions