From: Melissa LeBlanc-Williams Date: Fri, 14 Feb 2020 17:56:36 +0000 (-0800) Subject: Update Python required version to 3.5 X-Git-Tag: 3.10.0^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/4777de83304539da5c0e52a16dc4ba58f1d7f0f8 Update Python required version to 3.5 --- diff --git a/setup.py b/setup.py index 9f1e8ef..a33cfc7 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: MicroPython', ], )