Skip to content

Conversation

@WilliamBergamin
Copy link
Contributor

Summary

These changes ensures the project officially support python 3.14

Testing

The CI will run the tests agains python 3.14

Category

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.signature (Request Signature Verifier)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.models (UI component builders)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.rtm_v2 (RTM client)
  • /docs (Documents)
  • /tutorial (PythOnBoardingBot tutorial)
  • tests/integration_tests (Automated tests for this library)

Requirements

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh after making the changes.

@WilliamBergamin WilliamBergamin added this to the 3.38.0 milestone Nov 10, 2025
@WilliamBergamin WilliamBergamin self-assigned this Nov 10, 2025
@WilliamBergamin WilliamBergamin added enhancement M-T: A feature request for new functionality semver:minor Version: 3x github_actions Pull requests that update GitHub Actions code python Pull requests that update Python code labels Nov 10, 2025
@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.35%. Comparing base (47843de) to head (d581a32).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1784      +/-   ##
==========================================
- Coverage   85.15%   84.35%   -0.81%     
==========================================
  Files         115      115              
  Lines       13069    12399     -670     
==========================================
- Hits        11129    10459     -670     
  Misses       1940     1940              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WilliamBergamin LGTM! What a fun version to support! 🥧 ✨

@WilliamBergamin WilliamBergamin merged commit c84c1af into main Nov 10, 2025
14 checks passed
@WilliamBergamin WilliamBergamin deleted the support-python-3-14 branch November 10, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement M-T: A feature request for new functionality github_actions Pull requests that update GitHub Actions code python Pull requests that update Python code semver:minor Version: 3x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants