X Tutup
The Wayback Machine - https://web.archive.org/web/20220915021951/https://github.com/PyMySQL/PyMySQL/pull/1030
Skip to content
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

Drop support of EOL Python and DB versions #1030

Merged
merged 1 commit into from Feb 6, 2022

Conversation

Nothing4You
Copy link
Contributor

@Nothing4You Nothing4You commented Feb 4, 2022

  • Python now requires 3.7+, reflected in python_requires

  • MySQL now requires 5.7+ in tests

  • MariaDB unchanged in tests, only dropped support in documentation

  • Added Python 3.11 to test matrix

  • Added MariaDB 10.7 to test matrix

  • DB version checks have been removed from various tests where no longer needed.
    this also results in running a few tests on MariaDB which were previously only
    running on MySQL.

Due to the change in python_requires I don't think we're necessarily required to bump the version on major/minor level, let me know if you want me to adjust the PR for a different next version.

Fixes #1025

@Nothing4You Nothing4You marked this pull request as ready for review Feb 4, 2022
- Python now requires 3.7+, reflected in python_requires
- MySQL now requires 5.7+ in tests
- MariaDB unchanged in tests, only dropped support in documentation

- Added Python 3.11 to test matrix
- Added MariaDB 10.7 to test matrix

- DB version checks have been removed from various tests where no longer needed
this also results in running a few tests on MariaDB which were previously only
running on MySQL.
@Nothing4You Nothing4You force-pushed the update-python-and-mysql branch from b320b4a to 1174cea Compare Feb 5, 2022
@methane methane merged commit 062384c into PyMySQL:main Feb 6, 2022
10 checks passed
@Nothing4You Nothing4You deleted the update-python-and-mysql branch Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
X Tutup