Skip to content

Commit 2f13e83

Browse files
committed
add django 5.2 to the CI and the setup file
1 parent 9784cf5 commit 2f13e83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 4
1313
matrix:
14-
django-version: [2.2.27, 3.2.12, 4.0.2]
14+
django-version: [2.2.27, 3.2.12, 4.0.2, 5.2.0]
1515

1616
steps:
1717
- uses: actions/checkout@v2

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"Framework :: Django :: 2.0",
3535
"Framework :: Django :: 3.0",
3636
"Framework :: Django :: 4.0",
37+
"Framework :: Django :: 5.0",
3738
"Programming Language :: Python :: 2.7",
3839
"Programming Language :: Python :: 3.7",
3940
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)