8000 Bump mariadb version by grooverdan · Pull Request #1123 · PyMySQL/PyMySQL · GitHub
[go: up one dir, main page]

Skip to content

Bump mariadb version #1123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversation 8000 s
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
fail-fast: false
matrix:
include:
- db: "mariadb:10.3"
- db: "mariadb:10.4"
py: "3.8"

- db: "mariadb:10.5"
py: "3.7"

- db: "mariadb:10.7"
- db: "mariadb:10.6"
py: "3.11"

- db: "mariadb:10.8"
- db: "mariadb:lts"
py: "3.9"

- db: "mysql:5.7"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package contains a pure-Python MySQL client library, based on [PEP
- [PyPy](https://pypy.org/) : Latest 3.x version
- MySQL Server -- one of the following:
- [MySQL](https://www.mysql.com/) \>= 5.7
- [MariaDB](https://mariadb.org/) \>= 10.3
- [MariaDB](https://mariadb.org/) \>= 10.4

## Installation

Expand Down
0