Skip to content

Commit

Permalink
Min Python version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Dec 23, 2021
1 parent 32858ff commit 1b668e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ without leaving the command line.
Requirements
------------

* Python Python 3.6+
* Python >= 3.6


Installation
Expand All @@ -32,6 +32,9 @@ the Python Package Index::

pip install shub

Please note that if you are using Python < 3.6,
you should pin `shub` to `2.13.0` or lower.

We also supply stand-alone binaries. You can find them in our `latest GitHub
release`_.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
include_package_data=True,
zip_safe=False,
python_requires='>=3.6',
install_requires=[
'click==7.0',
'docker',
Expand Down

0 comments on commit 1b668e4

Please sign in to comment.