Skip to content

Commit 9d0f81b

Browse files
committedMar 4, 2025
Update pyproject.toml to remove python 3.9.
1 parent 5e0f418 commit 9d0f81b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ classifiers = [
2222
"Operating System :: MacOS :: MacOS X",
2323
"Operating System :: OS Independent",
2424
"Operating System :: Microsoft",
25-
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",
2827
"Programming Language :: Python :: 3.12",
2928
"Programming Language :: Python :: 3.13",
3029
"Topic :: System :: Networking",
3130
"Topic :: Utilities",
3231
]
33-
requires-python = ">=3.9.0"
32+
requires-python = ">=3.10.0"
3433

3534
[project.urls]
3635
Homepage = "https://github.com/pymodbus-dev/pymodbus/"

0 commit comments

Comments
 (0)