Skip to content

Commit 3c52e7a

Browse files
authored
Update: Supported Python versions (#140)
* `Python 3.6+` --> `Python 3.6-3.9`
1 parent 7e5a11b commit 3c52e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
# Developing SparseZoo
1818

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

2222
Here's some details to get started.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The [GitHub repository](https://github.com/neuralmagic/sparsezoo) contains the P
7272

7373
## Installation
7474

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

7878
Install with pip using:

0 commit comments

Comments
 (0)