Skip to content

Commit 429f9b6

Browse files
Merge pull request #91 from r1chardj0n3s/advertise-python-version-requirement
Advertise Python version requirements in setup.py classifiers
2 parents 30596cb + f4cc333 commit 429f9b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ def _get_dependencies(requirements_file: Path) -> List[str]:
5050
'Intended Audience :: Developers',
5151
'Topic :: Software Development :: Build Tools',
5252
'License :: OSI Approved :: MIT License',
53-
'Programming Language :: Python :: 3',
53+
'Programming Language :: Python :: 3.8',
54+
'Programming Language :: Python :: 3.9',
55+
'Programming Language :: Python :: 3.10',
56+
'Programming Language :: Python :: 3.11',
5457
],
5558
python_requires=">=3.6.1",
5659
packages=['pip_check_reqs'],

0 commit comments

Comments
 (0)