summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-06 16:09:47 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-06 16:09:47 +0100
commit68f8a43d1b643318732f30ee1cd75e1d315a4537 (patch)
tree1b0b655512243a41ce539e775d375509e912f5f1 /setup.py
parentc8cf69b6f8bd73525b5375bd73f1fc79ae322a82 (diff)
downloadgitpython-68f8a43d1b643318732f30ee1cd75e1d315a4537.tar.gz
Bumped version to 0.3.4
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index e1f77058..bdd4a423 100755
--- a/setup.py
+++ b/setup.py
@@ -112,8 +112,8 @@ GitPython is a python library used to interact with Git repositories""",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
- # "Programming Language :: Python :: 3",
- # "Programming Language :: Python :: 3.3",
- # "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
]
)