Adding upstream version 1.26.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dcc1917157
commit
f7cfed155a
23 changed files with 328 additions and 52 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue