Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 595871f

Browse files
authored
bump miniminum python version to 3.7 (#1071) (#1073)
1 parent 93327e9 commit 595871f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The [GitHub repository](https://github.com/neuralmagic/sparseml) contains integr
142142

143143
## Installation
144144

145-
This repository is tested on Python 3.6-3.9, and Linux/Debian systems.
145+
This repository is tested on Python 3.7-3.9, and Linux/Debian systems.
146146
It is recommended to install in a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your system in order.
147147
Currently supported ML Frameworks are the following: `torch>=1.1.0,<=1.9.0`, `tensorflow>=1.8.0,<=2.0.0`, `tensorflow.keras >= 2.2.0`.
148148

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def _setup_long_description() -> Tuple[str, str]:
227227
install_requires=_setup_install_requires(),
228228
extras_require=_setup_extras(),
229229
entry_points=_setup_entry_points(),
230-
python_requires=">=3.6.0,<3.10",
230+
python_requires=">=3.7.0,<3.10",
231231
classifiers=[
232232
"Development Status :: 5 - Production/Stable",
233233
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)