Skip to content

Commit 68570ab

Browse files
committed
Declare Python 3.4 support in setup.py
1 parent 81946f3 commit 68570ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ def run(self):
4949
"Programming Language :: Python :: 3",
5050
"Programming Language :: Python :: 3.2",
5151
"Programming Language :: Python :: 3.3",
52+
"Programming Language :: Python :: 3.4",
5253
],
5354
)

0 commit comments

Comments
 (0)