Skip to content

Commit

Permalink
Enforce/specify >= python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Jan 23, 2023
1 parent 340d6c4 commit 281bf9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ That's it!
Install
=======
Install for Python (3x only) using ``pip``:
Install for Python (only Python 3.9x or greater is supported) using ``pip``:
::
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
author='Erik Nyquist',
author_email='[email protected]',
license='Apache 2.0',
python_requires='>=3.9',
packages=find_packages(),
package_dir={'nedry': 'nedry'},
package_data={'nedry': [os.path.join('nedry', 'quotedb.json')]},
Expand Down

0 comments on commit 281bf9e

Please sign in to comment.