Mark Python 3.11 supported.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
4e360828ba
commit
f55d5ea555
4 changed files with 4 additions and 1 deletions
2
.github/workflows/zulip-tests.yml
vendored
2
.github/workflows/zulip-tests.yml
vendored
|
@ -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"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -45,6 +45,7 @@ setup(
|
|||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
],
|
||||
python_requires=">=3.8",
|
||||
url="https://www.zulip.org/",
|
||||
|
|
|
@ -37,6 +37,7 @@ setup(
|
|||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
],
|
||||
python_requires=">=3.8",
|
||||
url="https://www.zulip.org/",
|
||||
|
|
|
@ -25,6 +25,7 @@ setup(
|
|||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
],
|
||||
python_requires=">=3.8",
|
||||
url="https://www.zulip.org/",
|
||||
|
|
Loading…
Add table
Reference in a new issue