We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30596cb + f4cc333 commit 429f9b6Copy full SHA for 429f9b6
setup.py
@@ -50,7 +50,10 @@ def _get_dependencies(requirements_file: Path) -> List[str]:
50
'Intended Audience :: Developers',
51
'Topic :: Software Development :: Build Tools',
52
'License :: OSI Approved :: MIT License',
53
- 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.8',
54
+ 'Programming Language :: Python :: 3.9',
55
+ 'Programming Language :: Python :: 3.10',
56
+ 'Programming Language :: Python :: 3.11',
57
],
58
python_requires=">=3.6.1",
59
packages=['pip_check_reqs'],
0 commit comments