|
28 | 28 | long_description_content_type="text/markdown", |
29 | 29 | packages=find_packages(exclude=["tests*", "sandbox"]), |
30 | 30 | install_requires=[ |
31 | | - "pylint<3", |
| 31 | + "pylint", |
32 | 32 | "pytest>=4.6", |
33 | 33 | ], |
34 | | - python_requires=">=3.6", |
| 34 | + python_requires=">=3.8", |
35 | 35 | classifiers=[ |
36 | 36 | "Development Status :: 5 - Production/Stable", |
37 | 37 | "Intended Audience :: Developers", |
38 | 38 | "Topic :: Software Development :: Testing", |
39 | 39 | "Topic :: Software Development :: Quality Assurance", |
40 | 40 | "Programming Language :: Python", |
41 | 41 | "Programming Language :: Python :: 3", |
42 | | - "Programming Language :: Python :: 3.6", |
43 | | - "Programming Language :: Python :: 3.7", |
44 | 42 | "Programming Language :: Python :: 3.8", |
45 | 43 | "Programming Language :: Python :: 3.9", |
46 | 44 | "Programming Language :: Python :: 3.10", |
47 | 45 | "Programming Language :: Python :: 3.11", |
| 46 | + "Programming Language :: Python :: 3.12", |
48 | 47 | "Programming Language :: Python :: Implementation :: CPython", |
49 | 48 | "Operating System :: OS Independent", |
50 | 49 | "License :: OSI Approved :: MIT License", |
|
0 commit comments