-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- Document Python version requirement (<3.12) in README
- Add fallback to install Python 3.11 if needed
- Wait for slacktokens to add Python 3.14 support
- 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 slacktokensReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels