1
0
Fork 0

Adding upstream version 1.26.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 19:01:46 +01:00
parent dcc1917157
commit f7cfed155a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
23 changed files with 328 additions and 52 deletions

View file

@ -9,16 +9,16 @@ jobs:
linux:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10']
include:
- python-version: 3.6
os: ubuntu-18.04 # MySQL 5.7.32
- python-version: 3.7
os: ubuntu-18.04 # MySQL 5.7.32
- python-version: 3.8
os: ubuntu-18.04 # MySQL 5.7.32
- python-version: 3.9
- python-version: '3.7'
os: ubuntu-18.04 # MySQL 5.7.32
- python-version: '3.8'
os: ubuntu-18.04 # MySQL 5.7.32
- python-version: '3.9'
os: ubuntu-20.04 # MySQL 8.0.22
- python-version: '3.10'
os: ubuntu-22.04 # MySQL 8.0.28
runs-on: ${{ matrix.os }}
steps: