Skip to content

Commit 18824d0

Browse files
committed
versions tested: removes 3.7
1 parent 2d8cd32 commit 18824d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020

2121
steps:

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Revision history for pyModbusTCP
22

33
0.2.x xxxx-xx-xx
4-
- updated compatibility test (python versions): add 3.12.
4+
- updated compatibility test (python versions): remove 3.7, add 3.12.
55

66
0.2.1 2023-11-21
77

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Since version 0.1.0, a server is also available.
1515
Tests
1616
-----
1717

18-
The module is currently test on Python 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12.
18+
The module is currently test on Python 3.8, 3.9, 3.10, 3.11 and 3.12.
1919

2020
For Linux, Mac OS and Windows.
2121

0 commit comments

Comments
 (0)