Skip to content

chore: clean up project based on 3.6 removal - #1736

Merged
WilliamBergamin merged 2 commits into
mainfrom
clean-up-following-3.6-removal
Sep 9, 2025
Merged

chore: clean up project based on 3.6 removal#1736
WilliamBergamin merged 2 commits into
mainfrom
clean-up-following-3.6-removal

Conversation

@WilliamBergamin

Copy link
Copy Markdown
Contributor

Summary

These are minor changes that clean up the project based on python 3.6 support drop in #1735

Testing

The CI should cover the testing

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.

@WilliamBergaminWilliamBergamin added this to the 3.37.0 milestone Sep 9, 2025
@WilliamBergaminWilliamBergamin self-assigned this Sep 9, 2025
@WilliamBergaminWilliamBergamin added semver:minor dependencies Pull requests that update a dependency file labels Sep 9, 2025

@zimegzimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@WilliamBergamin So fast! LGTM all throughout 🚢 💨

@codecov

codecovBot commented Sep 9, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.94%. Comparing base (64e1f30) to head (3c8122b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #1736 +/- ##
==========================================
+ Coverage 84.91% 84.94% +0.02% 
==========================================
Files 113 113 Lines 12895 12886 -9 ==========================================
- Hits 10950 10946 -4 + Misses 1945 1940 -5 

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

@WilliamBergamin
WilliamBergamin merged commit 28f55cc into mainSep 9, 2025
12 checks passed
@WilliamBergamin
WilliamBergamin deleted the clean-up-following-3.6-removal branch September 9, 2025 21:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filesemver:minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@WilliamBergamin@zimeg