diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98a3e9cec..3f4a888ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,9 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['3.9', '3.10', '3.11', '3.12'] include: - - python: '3.8' + - python: '3.9' run_lint: true - python: '3.12' run_doc: true diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c03f03261..2c3347d78 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,7 @@ helps make pymodbus a better product. Version 3.6.9 ------------- +* Remove python 3.8 from CI * Log comm retries. (#2220) * Solve serial unrequested frame. (#2219) * test convert registers with 1234.... (#2217) diff --git a/doc/source/_static/examples.tgz b/doc/source/_static/examples.tgz index c87211fd3..6859dac96 100644 Binary files a/doc/source/_static/examples.tgz and b/doc/source/_static/examples.tgz differ diff --git a/doc/source/_static/examples.zip b/doc/source/_static/examples.zip index 8904716ed..220ca22db 100644 Binary files a/doc/source/_static/examples.zip and b/doc/source/_static/examples.zip differ