Skip to content

Commit

Permalink
setup.py: Fix python_requires for ydiff >=1.4
Browse files Browse the repository at this point in the history
Python 3.3 is required since 1c724af.
  • Loading branch information
hartwork committed Nov 17, 2024
1 parent a5cbf5d commit c9aeccd
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 c9aeccd

Please sign in to comment.