Skip to content

Commit 12e7782

Browse files
committed
hotfix: missing python_requires
1 parent 02aca5f commit 12e7782

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def read(f):
2727

2828
setup(name='sdiff',
2929
version=version,
30+
python_requires='>=3.11',
3031
description=('sdiff compares the structure of two markdown texts'),
3132
classifiers=[
3233
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)