Skip to content

Commit

Permalink
Test on 3.4.1 (3.4.0 is broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Jul 27, 2023
1 parent b3185bf commit 311c598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
pymodbus-version: ["2.5.3", "3.0.2", "3.1.3", "3.2.2", "3.3.1"]
pymodbus-version: ["2.5.3", "3.0.2", "3.1.3", "3.2.2", "3.3.1", "3.4.1"]
exclude:
- python-version: "3.10"
pymodbus-version: "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_requires=[
'pymodbus>=2.4.0; python_version == "3.8"',
'pymodbus>=2.4.0; python_version == "3.9"',
'pymodbus>=3.4.1,<3.5.0; python_version >= "3.10"',
'pymodbus>=3.0.2,<3.5.0; python_version >= "3.10"',
],
extras_require={
'test': [
Expand Down

0 comments on commit 311c598

Please sign in to comment.