Skip to content

Commit 8ac2680

Browse files
committed
Drop testing for MariaDB 10.6
Per [endoflife.date page](https://endoflife.date/mariadb), it’s nearly EOL (2026-07-06), and Django 6.1 does not support it (tests failing since #1197 with `django.db.utils.NotSupportedError: MariaDB 10.11 or later is required (found 10.6.27).`).
1 parent 4e50ed8 commit 8ac2680

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- mariadb:11.8
3434
- mariadb:11.4
3535
- mariadb:10.11
36-
- mariadb:10.6
3736

3837
services:
3938
database:

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Unreleased
1111

1212
* Drop Python 3.9 support.
1313

14+
* Drop testing for near-EOL MariaDB 10.6.
15+
1416
4.19.0 (2025-09-18)
1517
-------------------
1618

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python 3.10 to 3.14 supported.
88

99
Django 5.2 to 6.1 supported.
1010

11-
Tested on MySQL 8.4+ and MariaDB 10.6+.
11+
Tested on MySQL 8.4+ and MariaDB 10.11+.
1212

1313
Installation
1414
------------

0 commit comments

Comments
 (0)