Skip to content

Commit 05ca48a

Browse files
committed
python 3.11 is supported only by django 4.1 and added changelog
1 parent dd7688f commit 05ca48a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- '3.8'
1919
- '3.9'
2020
- '3.10'
21-
- '3.11'
2221
django-version:
2322
- '3.2'
2423
- '4.0'
@@ -39,8 +38,13 @@ jobs:
3938
redis-version: 'latest'
4039
python-version: '3.7'
4140

41+
# Django 4.1 and python 3.11 with latest redis
42+
- django-version: '4.1'
43+
redis-version: 'latest'
44+
python-version: '3.11'
45+
4246
# latest Django with pre-release redis
43-
- django-version: '4.0'
47+
- django-version: '4.1'
4448
redis-version: 'master'
4549
python-version: '3.11'
4650

changelog.d/633.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added support for python 3.11

0 commit comments

Comments
 (0)