8000 Update mariadb tests to 10.8, remove end of life mariadb 10.2 (#1049) · PyMySQL/PyMySQL@72ee1f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72ee1f3

Browse files
authored
Update mariadb tests to 10.8, remove end of life mariadb 10.2 (#1049)
1 parent b9e07c5 commit 72ee1f3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- db: "mariadb:10.2"
19-
py: "3.9"
20-
2118
- db: "mariadb:10.3"
2219
py: "3.8"
2320

@@ -27,6 +24,9 @@ jobs:
2724
- db: "mariadb:10.7"
2825
py: "3.11-dev"
2926

27+
- db: "mariadb:10.8"
28+
py: "3.9"
29+
3030
- db: "mysql:5.7"
3131
py: "pypy-3.8"
3232

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Release date: TBD
66

77
* Dropped support of end of life MySQL version 5.6
8-
* Dropped support of end of life MariaDB versions below 10.2
8+
* Dropped support of end of life MariaDB versions below 10.3
99
* Dropped support of end of life Python version 3.6
1010

1111

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Requirements
3131
* MySQL Server -- one of the following:
3232

3333
- MySQL_ >= 5.7
34-
- MariaDB_ >= 10.2
34+
- MariaDB_ >= 10.3
3535

3636
.. _CPython: https://www.python.org/
3737
.. _PyPy: https://pypy.org/

docs/source/user/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Requirements
2424
* MySQL Server -- one of the following:
2525

2626
- MySQL_ >= 5.7
27-
- MariaDB_ >= 10.2
27+
- MariaDB_ >= 10.3
2828

2929
.. _CPython: http://www.python.org/
3030
.. _PyPy: http://pypy.org/

0 commit comments

Comments
 (0)
0