Skip to content

Slack plugin: slacktokens incompatible with Python 3.14 #1

@hakanensari

Description

@hakanensari

Issue

The Slack plugin fails to install on Python 3.14 because slacktokens only supports up to Python 3.11.

Error

ERROR: Ignored the following versions that require a different python version: 0.2.4 Requires-Python >=3.7,<3.12; 0.2.5 Requires-Python >=3.7,<3.12; 0.2.6 Requires-Python >=3.7,<3.12
ERROR: Could not find a version that satisfies the requirement slacktokens (from versions: none)

Environment

  • Python: 3.14.2
  • OS: macOS
  • slacktokens latest version: 0.2.6 (requires Python <3.12)

Possible Solutions

  1. Document Python version requirement (<3.12) in README
  2. Add fallback to install Python 3.11 if needed
  3. Wait for slacktokens to add Python 3.14 support
  4. Find alternative token extraction method

Workaround

Install Python 3.11 alongside and configure pipx to use it:

brew install python@3.11
pipx install --python python3.11 slacktokens

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