File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -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/sqlite3-to-mysql )] ( https://pepy.tech/project/sqlite3-to-mysql )
3
3
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/sqlite3-to-mysql )] ( https://pypi.org/project/sqlite3-to-mysql/ )
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/sqlite3-to-mysql )] ( https://github.com/techouse/sqlite3-to-mysql/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