Skip to content

Commit 1e80189

Browse files
committed
Set supported Python versions in setup.py
1 parent 93b8133 commit 1e80189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ def git_describe_to_python_version(version):
225225
long_description="""bpython is a fancy interface to the Python
226226
interpreter for Unix-like operating systems.""",
227227
classifiers=classifiers,
228+
python_requires=">=3.6",
228229
install_requires=install_requires,
229230
extras_require=extras_require,
230231
packages=packages,

0 commit comments

Comments
 (0)