We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f606ee2 commit e835b44Copy full SHA for e835b44
2 files changed
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python: [3.14, 3.9]
+ python: [3.14, 3.10]
10
steps:
11
- uses: actions/checkout@v6
12
- uses: actions/setup-python@v6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.5.0 (unreleased)
2
+
3
+- Dropped support for Python < 3.10
4
5
## 0.4.2 (2025-12-04)
- Added support for Django 6
0 commit comments