From 5a36eb3e1e7ee10a2e8a94523874889250e62dc7 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 9 Sep 2024 11:13:46 +0100 Subject: [PATCH] Update tested database versions --- .github/workflows/main.yml | 5 +++-- docs/installation.rst | 6 +----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 857697f5..6b1d2575 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,10 +27,11 @@ jobs: - '3.13' database: - mysql:8.0 + - mysql:9.0 - mariadb:10.5 - mariadb:10.6 - - mariadb:10.7 - - mariadb:10.8 + - mariadb:10.11 + - mariadb:11.4 services: database: diff --git a/docs/installation.rst b/docs/installation.rst index c29ee7e1..0e1698e1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -8,11 +8,7 @@ Python 3.8 to 3.13 supported. Django 3.2 to 5.1 supported. -MySQL 8.0 supported. - -MariaDB 10.5 to 10.8 supported. - -mysqclient 1.3 to 1.4 supported. +Tested on MySQL 8.0+ and MariaDB 10.5+. Installation ------------