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
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
README - MariaDB minimum version 10.4
  • Loading branch information
grooverdan committed May 25, 2023
commit b79e0810a7e02913e9417e3e8dbedb8d37c99d56
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