We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258544b commit cfa6851Copy full SHA for cfa6851
setup.py
@@ -46,7 +46,7 @@
46
packages=["zabbix_utils"],
47
tests_require=["unittest"],
48
install_requires=["typing_extensions>=4.0.0;python_version<'3.11'"],
49
- python_requires='>=3.7',
+ python_requires='>=3.8',
50
project_urls={
51
'Zabbix': 'https://www.zabbix.com/documentation/current',
52
'Source': 'https://github.com/zabbix/python-zabbix-utils',
0 commit comments