Skip to content

Commit 156d63f

Browse files
committed
Ensure project is tested using Python 3.11 and Django 4.2
1 parent bba59ff commit 156d63f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
3.8,
4141
3.9,
4242
'3.10',
43+
'3.11',
4344
]
4445
django-version: [
4546
"django>=3.2,<4.0",
4647
"django>=4.0,<4.1",
47-
"django>=4.1,<4.2"
48+
"django>=4.1,<4.2",
49+
"django>=4.2,<5.0",
4850
]
4951
db: [
5052
'mysql',
@@ -56,6 +58,8 @@ jobs:
5658
django-version: "django>=4.0,<4.1"
5759
- python-version: 3.7
5860
django-version: "django>=4.1,<4.2"
61+
- python-version: 3.7
62+
django-version: "django>=4.2,<5.0"
5963

6064
steps:
6165
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)