We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39d525 commit 4263317Copy full SHA for 4263317
.github/workflows/main.yml
@@ -27,10 +27,11 @@ jobs:
27
- '3.13'
28
database:
29
- mysql:8.0
30
+ - mysql:9.0
31
- mariadb:10.5
32
- mariadb:10.6
- - mariadb:10.7
33
- - mariadb:10.8
+ - mariadb:10.11
34
+ - mariadb:11.4
35
36
services:
37
docs/installation.rst
@@ -8,11 +8,7 @@ Python 3.8 to 3.13 supported.
8
9
Django 3.2 to 5.1 supported.
10
11
-MySQL 8.0 supported.
12
-
13
-MariaDB 10.5 to 10.8 supported.
14
15
-mysqclient 1.3 to 1.4 supported.
+Tested on MySQL 8.0+ and MariaDB 10.5+.
16
17
Installation
18
------------
0 commit comments