Skip to content

Commit

Permalink
Relax python requirement
Browse files Browse the repository at this point in the history
MicroPython and CircuitPython implement 3.4 so lets match them.
  • Loading branch information
tannewt authored Jun 29, 2018
1 parent b8e48e2 commit bc5e186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
long_description_content_type='text/x-rst',
author='Adafruit Industries',
author_email='circuitpython@adafruit.com',
python_requires='>=3.6.0',
python_requires='>=3.4.0',
url='https://github.com/adafruit/Adafruit_Blinka',
package_dir={'': 'src'},
packages=[
Expand All @@ -48,7 +48,7 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: MicroPython',
],
)

0 comments on commit bc5e186

Please sign in to comment.