File tree Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Expand file tree Collapse file tree 2 files changed +38
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ jobs:
265
265
py : " 3.11"
266
266
267
267
- toxenv : " py27"
268
- db : " mariadb:10.5 "
268
+ db : " mariadb:10.6 "
269
269
legacy_db : 0
270
270
experimental : false
271
271
py : " 2.7"
@@ -300,6 +300,42 @@ jobs:
300
300
experimental : false
301
301
py : " 3.11"
302
302
303
+ - toxenv : " py27"
304
+ db : " mariadb:10.11"
305
+ legacy_db : 0
306
+ experimental : false
307
+ py : " 2.7"
308
+
309
+ - toxenv : " py37"
310
+ db : " mariadb:10.11"
311
+ legacy_db : 0
312
+ experimental : false
313
+ py : " 3.7"
314
+
315
+ - toxenv : " py38"
316
+ db : " mariadb:10.11"
317
+ legacy_db : 0
318
+ experimental : false
319
+ py : " 3.8"
320
+
321
+ - toxenv : " py39"
322
+ db : " mariadb:10.11"
323
+ legacy_db : 0
324
+ experimental : false
325
+ py : " 3.9"
326
+
327
+ - toxenv : " py310"
328
+ db : " mariadb:10.11"
329
+ legacy_db : 0
330
+ experimental : false
331
+ py : " 3.10"
332
+
333
+ - toxenv : " py311"
334
+ db : " mariadb:10.11"
335
+ legacy_db : 0
336
+ experimental : false
337
+ py : " 3.11"
338
+
303
339
- toxenv : " py27"
304
340
db : " mysql:5.5"
305
341
legacy_db : 1
Original file line number Diff line number Diff line change 2
2
[ ![ Downloads] ( https://pepy.tech/badge/mysql-to-sqlite3 )] ( https://pepy.tech/project/mysql-to-sqlite3 )
3
3
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/mysql-to-sqlite3 )] ( https://pypi.org/project/mysql-to-sqlite3/ )
4
4
[ ![ MySQL Support] ( https://img.shields.io/static/v1?label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0&color=2b5d80 )] ( https://img.shields.io/static/v1?label=MySQL&message=5.6+|+5.7+|+8.0&color=2b5d80 )
5
- [ ![ MariaDB Support] ( https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5+|+10.6&color=C0765A )] ( https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A )
5
+ [ ![ MariaDB Support] ( https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5+|+10.6|+10.11 &color=C0765A )] ( https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A )
6
6
[ ![ GitHub license] ( https://img.shields.io/github/license/techouse/mysql-to-sqlite3 )] ( https://github.com/techouse/mysql-to-sqlite3/blob/master/LICENSE )
7
7
[ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg )] ( CODE-OF-CONDUCT.md )
8
8
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/ambv/black )
You can’t perform that action at this time.
0 commit comments