]> git.phdru.name Git - mimedecode.git/blobdiff - setup.py
Python 3.7
[mimedecode.git] / setup.py
index df870041277c2c8aac0b7a239d7e1e4836067350..6ca31b831323757100ae10848c3f16a6dc1422a1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -41,10 +41,10 @@ setup(
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
     ],
     packages=['mimedecode'],
     entry_points={
@@ -52,7 +52,7 @@ setup(
             'mimedecode = mimedecode.__main__:main'
         ]
     },
-    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*',
+    python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
     install_requires=['m_lib.defenc>=1.0'],
     tests_require=['m_lib>=3.1'],
 )