Skip to content

Commit

Permalink
Add Python 3.11 and 3.12 support.
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Oct 25, 2023
1 parent 8eb3d4e commit 9d0170d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zulip-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions zulip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def recur_expand(target_root: Any, dir: Any) -> Generator[Tuple[str, List[str]],
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.8",
url="https://www.zulip.org/",
Expand Down
2 changes: 2 additions & 0 deletions zulip_bots/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.8",
url="https://www.zulip.org/",
Expand Down
2 changes: 2 additions & 0 deletions zulip_botserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.8",
url="https://www.zulip.org/",
Expand Down

0 comments on commit 9d0170d

Please sign in to comment.