Skip to content

Commit f55d5ea

Browse files
committed
Mark Python 3.11 supported.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 4e36082 commit f55d5ea

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/workflows/zulip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, windows-latest]
35-
python-version: ["3.8", "3.9", "3.10"]
35+
python-version: ["3.8", "3.9", "3.10", "3.11"]
3636

3737
steps:
3838
- uses: actions/checkout@v2

zulip/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def recur_expand(target_root: Any, dir: Any) -> Generator[Tuple[str, List[str]],
4545
"Programming Language :: Python :: 3.8",
4646
"Programming Language :: Python :: 3.9",
4747
"Programming Language :: Python :: 3.10",
48+
"Programming Language :: Python :: 3.11",
4849
],
4950
python_requires=">=3.8",
5051
url="https://www.zulip.org/",

zulip_bots/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"Programming Language :: Python :: 3.8",
3838
"Programming Language :: Python :: 3.9",
3939
"Programming Language :: Python :: 3.10",
40+
"Programming Language :: Python :: 3.11",
4041
],
4142
python_requires=">=3.8",
4243
url="https://www.zulip.org/",

zulip_botserver/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"Programming Language :: Python :: 3.8",
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
2829
],
2930
python_requires=">=3.8",
3031
url="https://www.zulip.org/",

0 commit comments

Comments
 (0)