Skip to content

Commit 4a201b2

Browse files
committed
Remove python 3.8 from CI.
1 parent 7c5b075 commit 4a201b2

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ubuntu-latest, macos-latest, windows-latest]
27-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
27+
python: ['3.9', '3.10', '3.11', '3.12']
2828
include:
29-
- python: '3.8'
29+
- python: '3.9'
3030
run_lint: true
3131
- python: '3.12'
3232
run_doc: true

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ helps make pymodbus a better product.
1010

1111
Version 3.6.9
1212
-------------
13+
* Remove python 3.8 from CI
1314
* Log comm retries. (#2220)
1415
* Solve serial unrequested frame. (#2219)
1516
* test convert registers with 1234.... (#2217)

doc/source/_static/examples.tgz

-535 Bytes
Binary file not shown.

doc/source/_static/examples.zip

20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)