Enforce python 3.5+ in setup.py.
This commit is contained in:
@ -10,6 +10,7 @@ yapf = require('yapf')
|
||||
|
||||
python.setup(
|
||||
name='bonobo',
|
||||
python_requires='>=3.5',
|
||||
description='Bonobo, a simple, modern and atomic extract-transform-load toolkit for python 3.5+.',
|
||||
license='Apache License, Version 2.0',
|
||||
url='https://www.bonobo-project.org/',
|
||||
|
||||
Reference in New Issue
Block a user