Skip to content

Commit 92772bc

Browse files
authored
Merge pull request #27 from bsamz-ps/update_python_version
Update documentation and prevent installation on Python >=3.7
2 parents 11f27ef + 6972b68 commit 92772bc

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, please visit [http://www.purestorage.com](http://www.pures
1010

1111
## Requirements.
1212

13-
Python 2.7 and 3.4+
13+
Python 2.7 or Python 3.4 - 3.6
1414

1515
## Installation & Usage
1616
### pip install

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, please visit [http://www.purestorage.com](http://www.pures
1010

1111
## Requirements.
1212

13-
Python 2.7 and 3.4+
13+
Python 2.7 or Python 3.4 - 3.6
1414

1515
## Installation & Usage
1616
### pip install

purity_fb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more information, please visit [http://www.purestorage.com](http://www.pures
1010

1111
## Requirements.
1212

13-
Python 2.7 and 3.4+
13+
Python 2.7 or Python 3.4 - 3.6
1414

1515
## Installation & Usage
1616
### pip install

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
url="",
3434
keywords=["Swagger", "Purity//FB REST Client"],
3535
install_requires=REQUIRES,
36+
python_requires=">=2.7, <3.7",
3637
packages=find_packages(),
3738
include_package_data=True,
3839
long_description="""\

0 commit comments

Comments
 (0)