|
24 | 24 | setup( |
25 | 25 | author="Shankar Rao Pandala", |
26 | 26 | |
27 | | - python_requires=">=3.6", |
| 27 | + python_requires=">=3.8", |
28 | 28 | classifiers=[ |
29 | 29 | "Development Status :: 2 - Pre-Alpha", |
30 | 30 | "Intended Audience :: Developers", |
31 | 31 | "License :: OSI Approved :: MIT License", |
32 | 32 | "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', |
37 | 33 | 'Programming Language :: Python :: 3.8', |
38 | 34 | "Programming Language :: Python :: 3.9", |
39 | 35 | "Programming Language :: Python :: 3.10", |
| 36 | + "Programming Language :: Python :: 3.11", |
| 37 | + "Programming Language :: Python :: 3.12", |
| 38 | + "Programming Language :: Python :: 3.13", |
40 | 39 | ], |
41 | 40 | description="Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning", |
42 | 41 | long_description_content_type="text/markdown", |
|
0 commit comments