Skip to content

Add Python 3.14 compatibility #166

Description

@nikolaymatrosov

Currently, the package metadata specifies support up to Python 3.13:

classifiers = [
    "Programming Language :: Python :: 3.9",
    "Programming Language :: Python :: 3.10",
    "Programming Language :: Python :: 3.11",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
]

With Python 3.14 now available, installation and usage may be blocked or untested in environments that default to 3.14.

Request

Please:

  1. Add Python 3.14 to the supported classifiers
  2. Run CI against Python 3.14
  3. Confirm compatibility or document any blockers

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