Skip to content

Commit 989fcb4

Browse files
committed
updated allowed django version range, added 5.2 to test matrix
1 parent 3507630 commit 989fcb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
11+
python-version: ['3.10', '3.11', '3.12']
12+
django: ['4.2', '5.2']
1213

1314
steps:
1415
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Django middleware class to quickly dispatch any requests that wai
99
license = {file = "LICENSE.txt"}
1010
readme = "README.md"
1111
dependencies = [
12-
"django >=2.2, <5"
12+
"django >=4.2, <6"
1313
]
1414
keywords = [
1515
"django",

0 commit comments

Comments
 (0)