Skip to content

Commit 894b13c

Browse files
Upgrade Python to 3.9 to 3.13 (#630)
1 parent 7fd9252 commit 894b13c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/pytest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
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'}
1616
- {name: 'Pypy 3.7', python: 'pypy-3.7'}
1717
- {name: 'Pypy 3.10', python: 'pypy-3.10'}
1818
name: ${{ matrix.name }}

CHANGELOG

+4-1
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,7 @@
259259

260260
1.0.9 11/08/2024
261261
* 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The project is test with:
3838
- MySQL 5.5, 5.6 and 5.7 (v0.1 ~ v0.45)
3939
- MySQL 8.0.14 (v1.0 ~)
4040
- MariaDB 10.6
41-
- Python 3.7, 3.11
41+
- Python 3.9, 3.13
4242
- PyPy 3.7, 3.9 (really faster than the standard Python interpreter)
4343

4444
MySQL version 8.0.14 and later Set global variable binlog_row_metadata='FULL' and binlog_row_image='FULL'

0 commit comments

Comments
 (0)