Skip to content

Commit

Permalink
Merge pull request #127 from hartwork/setup-py-fix-python-requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ymattw authored Nov 17, 2024
2 parents de8f282 + c9aeccd commit 2616f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3',
],
python_requires='>=3',
python_requires='>=3.3', # see sys.hexversion check in ydiff.py
py_modules=['ydiff'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 2616f39

Please sign in to comment.