Skip to content

Commit aa4a727

Browse files
committed
Update Python version support for pypi
1 parent 87afc75 commit aa4a727

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nibabel/info.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
8989
"Intended Audience :: Science/Research",
9090
"License :: OSI Approved :: MIT License",
9191
"Operating System :: OS Independent",
92-
"Programming Language :: Python",
92+
"Programming Language :: Python :: 2.7",
93+
"Programming Language :: Python :: 3.3",
94+
"Programming Language :: Python :: 3.4",
95+
"Programming Language :: Python :: 3.5",
9396
"Topic :: Scientific/Engineering"]
9497

9598
description = 'Access a multitude of neuroimaging data formats'

0 commit comments

Comments
 (0)