We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0f418 commit 9d0f81bCopy full SHA for 9d0f81b
pyproject.toml
@@ -22,15 +22,14 @@ classifiers = [
22
"Operating System :: MacOS :: MacOS X",
23
"Operating System :: OS Independent",
24
"Operating System :: Microsoft",
25
- "Programming Language :: Python :: 3.9",
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3.13",
30
"Topic :: System :: Networking",
31
"Topic :: Utilities",
32
]
33
-requires-python = ">=3.9.0"
+requires-python = ">=3.10.0"
34
35
[project.urls]
36
Homepage = "https://github.com/pymodbus-dev/pymodbus/"
0 commit comments