Skip to content

bug: incorrect python versions displayed in the PyPI metadata field #39

Description

@ycexiao

Problem

pdfbl.sequential doesn't support python=3.14, but in the PyPI page it shows:
Image.

Proposed solution

In pyproject.toml., change from

requires-python = ">=3.12, <3.15"

to

requires-python = ">=3.11, <3.14"

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