Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Now it should be possible to run python 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Häusler committed Jul 31, 2015
1 parent abe9f4f commit 03ec2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ I am running 2.6 at the moment.

### Python

At the moment I am only testing for Python 2.7
I am testing with Python 2.7 and 3.4


Frameworks integration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='ArangoPy',
version= '0.5.6',
version= '0.5.7',
packages=find_packages(),
requires=[
'slumber',
Expand Down

0 comments on commit 03ec2c5

Please sign in to comment.