]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Merge pull request #250 from makermelissa/master 3.10.0
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Fri, 14 Feb 2020 18:06:20 +0000 (10:06 -0800)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 18:06:20 +0000 (10:06 -0800)
Update Python required version to 3.5

setup.py

index 9f1e8ef15decde313b6983a92cbf3805cb02306d..a33cfc778c37b0f52be5b7c8650ce08c1ba5c96a 100755 (executable)
--- 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',
     ],
 )