Skip to content

Commit

Permalink
versions tested: removes 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sourceperl committed Jun 12, 2024
1 parent 2d8cd32 commit 18824d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Revision history for pyModbusTCP

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

0.2.1 2023-11-21

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Since version 0.1.0, a server is also available.
Tests
-----

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

For Linux, Mac OS and Windows.

Expand Down

0 comments on commit 18824d0

Please sign in to comment.