Skip to content

Commit 51464a5

Browse files
committed
chore: set python_requires in setup.py
1 parent 847d677 commit 51464a5

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
@@ -15,6 +15,7 @@
1515
license='MIT',
1616
keywords='codeforces',
1717
url='https://github.com/Mukundan314/python-codeforces',
18+
python_requires='>=3.6,<4',
1819
install_requires=['bs4'],
1920
extras_requires={ 'docs': ['sphinx', 'sphinx_rtd_theme'] },
2021
packages=find_packages(exclude=['docs'])

0 commit comments

Comments
 (0)