From e0baa79af640b79c6ce5519e6f63b7c49f058597 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 5 Jun 2019 15:52:28 +0200 Subject: Tweak python_requires to 2.7/3.2+ Many of the utilities need argparse, which was added in 3.2. Kconfiglib itself is compatible with 3.1. --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4aab966..484de11 100644 --- a/setup.py +++ b/setup.py @@ -68,8 +68,8 @@ setuptools.setup( 'windows-curses; sys_platform == "win32"', ), - # Needs support for unnumbered {} in format() - python_requires=">=2.7,!=3.0.*", + # Needs support for unnumbered {} in format() and argparse + python_requires=">=2.7,!=3.0.*,!=3.1.*", project_urls={ "GitHub repository": "https://github.com/ulfalizer/Kconfiglib", @@ -87,7 +87,6 @@ setuptools.setup( "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", -- cgit v1.2.3