1
0
Fork 0

Merging upstream version 1.27.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 19:09:59 +01:00
parent f9b72e95f7
commit c3fea970b3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
18 changed files with 474 additions and 94 deletions

View file

@ -9,7 +9,12 @@ jobs:
linux:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: [
'3.7',
'3.8',
'3.9',
'3.10',
]
include:
- python-version: '3.7'
os: ubuntu-18.04 # MySQL 5.7.32
@ -61,4 +66,3 @@ jobs:
run: |
coverage combine
coverage report
codecov