From 4777de83304539da5c0e52a16dc4ba58f1d7f0f8 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 14 Feb 2020 09:56:36 -0800 Subject: [PATCH] Update Python required version to 3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], ) -- 2.49.0