Skip to content

Commit 638cd25

Browse files
committed
chore: Update package metadata with corresponding Python versions
1 parent c453571 commit 638cd25

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read(path):
2525
keywords="synology, synology-diskstation, snmp, snmpv3, monitoring, monitoring-plugin, nagios, icinga2, icinga2-plugin",
2626
py_modules=["check_synology"],
2727
entry_points={"console_scripts": ["check_synology = check_synology"]},
28-
python_requires=">=3.4",
28+
python_requires=">=3.6",
2929
install_requires=["easysnmp>=0.2.6,<1"],
3030
extras_require={
3131
"test": [
@@ -41,7 +41,13 @@ def read(path):
4141
"Operating System :: OS Independent",
4242
"Environment :: Console",
4343
"Programming Language :: Python",
44+
"Programming Language :: Python",
4445
"Programming Language :: Python :: 3",
46+
"Programming Language :: Python :: 3.6",
47+
"Programming Language :: Python :: 3.7",
48+
"Programming Language :: Python :: 3.8",
49+
"Programming Language :: Python :: 3.9",
50+
"Programming Language :: Python :: 3.10",
4551
"Programming Language :: Python :: Implementation :: CPython",
4652
"Intended Audience :: Developers",
4753
"Intended Audience :: Education",

0 commit comments

Comments
 (0)