meta: move min required py version up to py36

This commit is contained in:
Erick Daniszewski 2021-03-26 08:02:38 -04:00
parent 5fbc5a47a3
commit 085cc89f12
No known key found for this signature in database
GPG Key ID: E0E005D7AF0CA9EC
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ setup(
package_data={'': ['LICENSE']},
package_dir={'bison': 'bison'},
include_package_data=True,
python_requires=">=3.4",
python_requires=">=3.6",
install_requires=[
'pyyaml>=5.4'
],