Skip to content

Commit d792fd5

Browse files
committed
setup.py: Claim compatibility through 3.5
I haven't actually tested all of these, but I doubt I did anything so magical that support has been dropped in the meantime ;). It would be nice to drop the doctests [1], but until then testing Python 3 is going to be difficult. [1]: #1 (comment)
1 parent 2b2b425 commit d792fd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
'Programming Language :: Python',
4848
'Programming Language :: Python :: 2.7',
4949
'Programming Language :: Python :: 3.2',
50+
'Programming Language :: Python :: 3.3',
51+
'Programming Language :: Python :: 3.4',
52+
'Programming Language :: Python :: 3.5',
5053
'Topic :: Scientific/Engineering',
5154
'Topic :: Software Development :: Libraries :: Python Modules',
5255
],

0 commit comments

Comments
 (0)