Skip to content

Commit 3d8a306

Browse files
updated python version to greater than or equal to 3.8
1 parent 319e2e9 commit 3d8a306

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,18 @@
2424
setup(
2525
author="Shankar Rao Pandala",
2626
author_email="[email protected]",
27-
python_requires=">=3.6",
27+
python_requires=">=3.8",
2828
classifiers=[
2929
"Development Status :: 2 - Pre-Alpha",
3030
"Intended Audience :: Developers",
3131
"License :: OSI Approved :: MIT License",
3232
"Natural Language :: English",
33-
'Programming Language :: Python :: 3',
34-
'Programming Language :: Python :: 3.5',
35-
'Programming Language :: Python :: 3.6',
36-
'Programming Language :: Python :: 3.7',
3733
'Programming Language :: Python :: 3.8',
3834
"Programming Language :: Python :: 3.9",
3935
"Programming Language :: Python :: 3.10",
36+
"Programming Language :: Python :: 3.11",
37+
"Programming Language :: Python :: 3.12",
38+
"Programming Language :: Python :: 3.13",
4039
],
4140
description="Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning",
4241
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)