We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02aca5f commit 12e7782Copy full SHA for 12e7782
1 file changed
setup.py
@@ -27,6 +27,7 @@ def read(f):
27
28
setup(name='sdiff',
29
version=version,
30
+ python_requires='>=3.11',
31
description=('sdiff compares the structure of two markdown texts'),
32
classifiers=[
33
'License :: OSI Approved :: BSD License',
0 commit comments