| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
- 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.
| Back | FazBrowse Home | New Git URL |
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