Skip to content

Commit 42297ad

Browse files
author
Andrey Zelenchuk
committed
GitHub actions: test with Python 3.11.
1 parent 300cc82 commit 42297ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
python-version: ["3.8", "3.9", "3.10"]
24+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2525
node-version: ["16.x"]
2626
django-version: ["4.0.*", "4.1.*", "4.2.*"]
27+
exclude: # https://docs.djangoproject.com/en/4.2/faq/install/#what-python-version-can-i-use-with-django
28+
- python-version: "3.11"
29+
django-version: "4.0.*"
2730

2831
steps:
2932
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)