|
28 | 28 | packages=setuptools.find_packages(), |
29 | 29 | install_requires=['Pygments==2.8.1'], |
30 | 30 | test_suite='plerr.tests.test_package', |
31 | | - python_requires='>=3.5', |
| 31 | + python_requires='>=3.6', |
32 | 32 | include_package_data=True, |
33 | 33 | keywords=['pylint', 'errors', 'documentation'], |
34 | 34 | entry_points={'console_scripts': ['plerr=plerr.cli:main']}, |
|
39 | 39 | 'Operating System :: OS Independent', |
40 | 40 | 'Programming Language :: Python', |
41 | 41 | 'Programming Language :: Python :: 3', |
42 | | - 'Programming Language :: Python :: 3.5', |
43 | 42 | 'Programming Language :: Python :: 3.6', |
44 | 43 | 'Programming Language :: Python :: 3.7', |
45 | 44 | 'Programming Language :: Python :: 3.8', |
| 45 | + 'Programming Language :: Python :: 3.9', |
46 | 46 | 'Programming Language :: Python :: Implementation :: CPython', |
47 | 47 | 'Topic :: Software Development :: Documentation', |
48 | 48 | 'Topic :: Software Development :: Libraries :: Python Modules', |
|
0 commit comments