Skip to content

Commit cfa6851

Browse files
committed
updated setup.py
1 parent 258544b commit cfa6851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
packages=["zabbix_utils"],
4747
tests_require=["unittest"],
4848
install_requires=["typing_extensions>=4.0.0;python_version<'3.11'"],
49-
python_requires='>=3.7',
49+
python_requires='>=3.8',
5050
project_urls={
5151
'Zabbix': 'https://www.zabbix.com/documentation/current',
5252
'Source': 'https://github.com/zabbix/python-zabbix-utils',

0 commit comments

Comments
 (0)