File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
include :
14
- - {name: 'CPython 3.7 ', python: '3.7 '}
15
- - {name: 'CPython 3.11 ', python: '3.11 '}
14
+ - {name: 'CPython 3.9 ', python: '3.9 '}
15
+ - {name: 'CPython 3.13 ', python: '3.13 '}
16
16
- {name: 'Pypy 3.7', python: 'pypy-3.7'}
17
17
- {name: 'Pypy 3.10', python: 'pypy-3.10'}
18
18
name : ${{ matrix.name }}
Original file line number Diff line number Diff line change 259
259
260
260
1.0.9 11/08/2024
261
261
* Fix typo in ident variable name (#619)
262
- * Remove black and use only ruff as linter
262
+ * Remove black and use only ruff as linter
263
+
264
+ NEXT
265
+ * Support for Python 3.9 to 3.13
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The project is test with:
38
38
- MySQL 5.5, 5.6 and 5.7 (v0.1 ~ v0.45)
39
39
- MySQL 8.0.14 (v1.0 ~ )
40
40
- MariaDB 10.6
41
- - Python 3.7 , 3.11
41
+ - Python 3.9 , 3.13
42
42
- PyPy 3.7, 3.9 (really faster than the standard Python interpreter)
43
43
44
44
MySQL version 8.0.14 and later Set global variable binlog_row_metadata='FULL' and binlog_row_image='FULL'
You can’t perform that action at this time.
0 commit comments