FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Drop support of EOL Python and DB versions by Nothing4You · Pull Request #1030 · PyMySQL/PyMySQL · GitHub

Drop support of EOL Python and DB versions - #1030

Merged
methane merged 1 commit into
PyMySQL:mainfrom
Nothing4You:update-python-and-mysql
Feb 6, 2022
Merged

Drop support of EOL Python and DB versions#1030
methane merged 1 commit into
PyMySQL:mainfrom
Nothing4You:update-python-and-mysql

Conversation

Nothing4You commented Feb 4, 2022
edited
Loading

Copy link
Copy Markdown
Contributor
  • 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 marked this pull request as ready for review February 4, 2022 21:14
- 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 force-pushed the update-python-and-mysql branch from b320b4a to 1174cea Compare February 5, 2022 05:42
methane merged commit 062384c into PyMySQL:main Feb 6, 2022
Nothing4You deleted the update-python-and-mysql branch February 6, 2022 07:58
github-actions Bot locked as resolved and limited conversation to collaborators Feb 6, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update tested DB and Python versions

2 participants


Back | FazBrowse Home | New Git URL