Skip to content

Commit

Permalink
Remove python 3.8 from CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Jun 27, 2024
1 parent 7c5b075 commit 4a201b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified doc/source/_static/examples.tgz
Binary file not shown.
Binary file modified doc/source/_static/examples.zip
Binary file not shown.

0 comments on commit 4a201b2

Please sign in to comment.