summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files 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",