Skip to content

Commit

Permalink
Update: Supported Python versions in docs (#105)
Browse files Browse the repository at this point in the history
* `Python 3.6+` --> `Python 3.6-3.9`
  • Loading branch information
rahul-tuli authored Mar 29, 2022
1 parent bf387ed commit 56bcbc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

# Developing Sparsify

Sparsify is developed and tested using Python 3.6+.
Sparsify is developed and tested using Python 3.6-3.9.
To develop Sparsify, you will also need the development dependencies and to follow the styling guidelines.

Here's some details to get started.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Coming soon!

## Installation

This repository is tested on Python 3.6+, Linux/Debian systems, and Chrome 87+.
This repository is tested on Python 3.6-3.9, Linux/Debian systems, and Chrome 87+.
It is recommended to install in a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your system in order.

Install with pip using:
Expand Down

0 comments on commit 56bcbc3

Please sign in to comment.