Skip to content

Commit e835b44

Browse files
committed
Dropped support for Python < 3.10 [skip ci]
1 parent f606ee2 commit e835b44

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python: [3.14, 3.9]
9+
python: [3.14, 3.10]
1010
steps:
1111
- uses: actions/checkout@v6
1212
- uses: actions/setup-python@v6

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0 (unreleased)
2+
3+
- Dropped support for Python < 3.10
4+
15
## 0.4.2 (2025-12-04)
26

37
- Added support for Django 6

0 commit comments

Comments
 (0)