Skip to content

Commit b605533

Browse files
pelsonasvetlov
authored andcommitted
Added the minimum python version into setup.py. (#250)
1 parent 7d5df1b commit b605533

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
@@ -44,6 +44,7 @@ def read(f):
4444
url='https://github.com/aio-libs/aiohttp_session/',
4545
license='Apache 2',
4646
packages=['aiohttp_session'],
47+
python_requires=">=3.5",
4748
install_requires=install_requires,
4849
include_package_data=True,
4950
extras_require=extras_require)

0 commit comments

Comments
 (0)