Skip to content

Commit c900682

Browse files
authored
Add Python 3.11 support (#1284)
1 parent 5f800c1 commit c900682

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
timeout-minutes: 10
1313
strategy:
1414
matrix:
15-
# TODO: 3.10 in GH Actions is not yet stable enough for us
16-
# You may often encounter "Error: Process completed with exit code 250."
17-
# python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
18-
python-version: ['3.6', '3.7', '3.8', '3.9']
15+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
1916
env:
2017
PYTHON_SLACK_SDK_MOCK_SERVER_MODE: 'threading'
2118
#CI_UNSTABLE_TESTS_SKIP_ENABLED: '1'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def run(self):
305305
"Programming Language :: Python :: 3.8",
306306
"Programming Language :: Python :: 3.9",
307307
"Programming Language :: Python :: 3.10",
308+
"Programming Language :: Python :: 3.11",
308309
],
309310
keywords="slack slack-api web-api slack-rtm websocket chat chatbot chatops",
310311
packages=find_packages(

0 commit comments

Comments
 (0)