|
28 | 28 | 'Changelog': 'https://github.com/HaaLeo/pylint-file-header/blob/master/CHANGELOG.md#changelog', |
29 | 29 | 'Funding': 'https://github.com/sponsors/HaaLeo' |
30 | 30 | }, |
31 | | - python_requires='>=2.7', |
| 31 | + python_requires='>=3.8', |
32 | 32 | keywords=[ |
33 | 33 | 'pylintfileheader', |
34 | 34 | 'pylint', |
|
41 | 41 | 'Intended Audience :: Developers', |
42 | 42 | 'License :: OSI Approved :: MIT License', |
43 | 43 | 'Operating System :: OS Independent', |
44 | | - 'Programming Language :: Python :: 2.7', |
45 | | - 'Programming Language :: Python :: 3.4', |
46 | | - 'Programming Language :: Python :: 3.5', |
47 | | - 'Programming Language :: Python :: 3.6', |
48 | | - 'Programming Language :: Python :: 3.7', |
| 44 | + 'Programming Language :: Python :: 3 :: Only', |
49 | 45 | 'Programming Language :: Python :: 3.8', |
50 | 46 | 'Programming Language :: Python :: 3.9', |
51 | 47 | 'Programming Language :: Python :: 3.10', |
52 | | - 'Programming Language :: Python :: 3.11' |
| 48 | + 'Programming Language :: Python :: 3.11', |
| 49 | + 'Programming Language :: Python :: 3.12' |
53 | 50 | ] |
54 | 51 | ) |
0 commit comments