Skip to content

Commit 55b816a

Browse files
committed
feat: Require python >=3.7
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 5aa320e commit 55b816a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
long_description=long_description,
4141
long_description_content_type='text/markdown',
4242
zip_safe=False,
43+
python_requires=">=3.7",
4344
install_requires=['autowrapt>=1.0',
4445
'basictracer>=3.1.0',
4546
'certifi>=2018.4.16',

0 commit comments

Comments
 (0)