Skip to content

Commit 5748f0a

Browse files
committed
test: Enable testing with pre-release Django 5 where possible
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 718f770 commit 5748f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements-310-with-tornado.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiohttp>=3.8.3
1010
boto3>=1.17.74
1111
celery>=5.2.7
1212
coverage>=5.5
13-
Django>=4.2.4
13+
Django>=5.0a1 --pre
1414
fastapi>=0.92.0
1515
flask>=2.3.2
1616
markupsafe>=2.1.0

tests/requirements-310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohttp>=3.8.3
33
boto3>=1.17.74
44
celery>=5.2.7
55
coverage>=5.5
6-
Django>=4.2.4
6+
Django>=5.0a1 --pre
77
fastapi>=0.92.0
88
flask>=2.3.2
99
markupsafe>=2.1.0

0 commit comments

Comments
 (0)