Skip to content

Commit

Permalink
Add Python 3.11 to CI & declare official support (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jan 6, 2023
1 parent 06472fc commit fb5485e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
zip_safe=False,
python_requires=">=3.7",
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist =
{py37,py38,py39,py310}-django32,
{py38,py39,py310}-{django40,django41,latest},
py311-{django41,latest},
isort,lint,docs,warnings,


Expand Down

0 comments on commit fb5485e

Please sign in to comment.