Skip to content

Commit 72bda38

Browse files
committed
Merge pull request pandas-dev#91 from manahl/python34
Python 3.4 Support
2 parents efb555c + 3d4ba1b commit 72bda38

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- "2.7"
55
- "3.3"
6+
- "3.4"
67
install:
78
- pip install --upgrade pip
89
- pip install python-dateutil --upgrade

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Arctic storage implementations are **pluggable**. VersionStore is the default.
106106

107107
Arctic currently works with:
108108

109-
* Python 2.7 or 3.3
109+
* Python 2.7, 3.3, 3.4
110110
* pymongo >= 3.0
111111
* Pandas
112112
* MongoDB >= 2.4.x

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def run_tests(self):
120120
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
121121
"Programming Language :: Python :: 2.7",
122122
"Programming Language :: Python :: 3.3",
123+
"Programming LAnguage :: Python :: 3.4",
123124
"Programming Language :: Python :: Implementation :: CPython",
124125
"Programming Language :: Cython",
125126
"Operating System :: POSIX",

0 commit comments

Comments
 (0)