-
Notifications
You must be signed in to change notification settings - Fork 850
chore: remove 3.6 references #1735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
07da9c1
73bffb0
863c41a
91fa478
26ba131
25ba174
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -56,7 +56,7 @@ def _get_headers( | |||||
| e.g. { | ||||||
| 'Content-Type': 'application/json;charset=utf-8', | ||||||
| 'Authorization': 'Bearer xoxb-1234-1243', | ||||||
| 'User-Agent': 'Python/3.6.8 slack/2.1.0 Darwin/17.7.0' | ||||||
| 'User-Agent': 'Python/3.7.0 slack/2.1.0 Darwin/17.7.0' | ||||||
|
||||||
| 'User-Agent': 'Python/3.7.0 slack/2.1.0 Darwin/17.7.0' | |
| 'User-Agent': 'Python/3.7.17 slack/2.1.0 Darwin/17.7.0' |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,7 +44,7 @@ def get_user_agent(prefix: Optional[str] = None, suffix: Optional[str] = None): | |
|
|
||
| Returns: | ||
| The user agent string. | ||
| e.g. 'Python/3.6.7 slackclient/2.0.0 Darwin/17.7.0' | ||
| e.g. 'Python/3.7.17 slackclient/2.0.0 Darwin/17.7.0' | ||
| """ | ||
| # __name__ returns all classes, we only want the client | ||
| client = "{0}/{1}".format("slackclient", version.__version__) | ||
|
|
@@ -91,7 +91,7 @@ def _get_headers( | |
| e.g. { | ||
| 'Content-Type': 'application/json;charset=utf-8', | ||
| 'Authorization': 'Bearer xoxb-1234-1243', | ||
| 'User-Agent': 'Python/3.6.8 slack/2.1.0 Darwin/17.7.0' | ||
| 'User-Agent': 'Python/3.7.0 slack/2.1.0 Darwin/17.7.0' | ||
|
||
| } | ||
| """ | ||
| final_headers = { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Praise 🙏