Skip to content

Commit

Permalink
Merge pull request pandas-dev#91 from manahl/python34
Browse files Browse the repository at this point in the history
Python 3.4 Support
  • Loading branch information
bmoscon committed Jan 18, 2016
2 parents efb555c + 3d4ba1b commit 72bda38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- pip install --upgrade pip
- pip install python-dateutil --upgrade
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Arctic storage implementations are **pluggable**. VersionStore is the default.

Arctic currently works with:

* Python 2.7 or 3.3
* Python 2.7, 3.3, 3.4
* pymongo >= 3.0
* Pandas
* MongoDB >= 2.4.x
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def run_tests(self):
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming LAnguage :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Cython",
"Operating System :: POSIX",
Expand Down

0 comments on commit 72bda38

Please sign in to comment.