Skip to content

Commit 4263317

Browse files
authored
Update tested database versions (#1113)
Checked on endoflife.date tables: [MariaDB](https://endoflife.date/mariadb), [MySQL](https://endoflife.date/mysql).
1 parent e39d525 commit 4263317

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
- '3.13'
2828
database:
2929
- mysql:8.0
30+
- mysql:9.0
3031
- mariadb:10.5
3132
- mariadb:10.6
32-
- mariadb:10.7
33-
- mariadb:10.8
33+
- mariadb:10.11
34+
- mariadb:11.4
3435

3536
services:
3637
database:

docs/installation.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ Python 3.8 to 3.13 supported.
88

99
Django 3.2 to 5.1 supported.
1010

11-
MySQL 8.0 supported.
12-
13-
MariaDB 10.5 to 10.8 supported.
14-
15-
mysqclient 1.3 to 1.4 supported.
11+
Tested on MySQL 8.0+ and MariaDB 10.5+.
1612

1713
Installation
1814
------------

0 commit comments

Comments
 (0)