Skip to content

Commit b0e8aa0

Browse files
committed
Relax maximum supported python version to before next major version
1 parent d2bd5ca commit b0e8aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.13",
1616
]
17-
requires-python = ">=3.10,<3.14"
17+
requires-python = ">=3.10,<4"
1818
dependencies = [
1919
"pymodbus (>=3.10.0,<4)",
2020
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)