setup.py: Claim compatibility through 3.5
[igor.git] / setup.py
index 2ff327379dc7aabf91d46d8fafde19bbf769c125..8d0813b42309a72e3481ee64dd4a0bca6fb8629f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,9 @@ setup(name=package_name,
         'Programming Language :: Python',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
         'Topic :: Scientific/Engineering',
         'Topic :: Software Development :: Libraries :: Python Modules',
         ],