Skip to content

Commit

Permalink
Test on pymodbus 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Aug 2, 2024
1 parent af69558 commit b86759b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pymodbus-version: ["2.5.3", "3.0.2", "3.1.3", "3.2.2", "3.3.1", "3.4.1", "3.5.4", "3.6.9"]
pymodbus-version: ["2.5.3", "3.0.2", "3.1.3", "3.2.2", "3.3.1", "3.4.1", "3.5.4", "3.6.9", "3.7.0"]
exclude:
- python-version: "3.10"
pymodbus-version: "2.5.3"
- python-version: "3.11"
pymodbus-version: "2.5.3"
- python-version: "3.12"
pymodbus-version: "2.5.3"
- python-version: "3.8"
pymodbus-version: "3.7.0"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b86759b

Please sign in to comment.