Skip to content

Commit 309601d

Browse files
committed
add specific python version numbers to trove classifiers
1 parent 5738c55 commit 309601d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
"Intended Audience :: Financial and Insurance Industry",
3030
"License :: OSI Approved :: BSD License",
3131
"Programming Language :: Python :: 2",
32+
"Programming Language :: Python :: 2.6",
33+
"Programming Language :: Python :: 2.7",
3234
"Programming Language :: Python :: 3",
35+
"Programming Language :: Python :: 3.2",
36+
"Programming Language :: Python :: 3.3",
37+
"Programming Language :: Python :: 3.4",
3338
"Topic :: Scientific/Engineering",
3439
],
3540
)

0 commit comments

Comments
 (0)