File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: python
3
3
python :
4
4
- " 2.7"
5
5
- " 3.3"
6
+ - " 3.4"
6
7
install :
7
8
- pip install --upgrade pip
8
9
- pip install python-dateutil --upgrade
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Arctic storage implementations are **pluggable**. VersionStore is the default.
106
106
107
107
Arctic currently works with:
108
108
109
- * Python 2.7 or 3.3
109
+ * Python 2.7, 3.3, 3.4
110
110
* pymongo >= 3.0
111
111
* Pandas
112
112
* MongoDB >= 2.4.x
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ def run_tests(self):
120
120
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)" ,
121
121
"Programming Language :: Python :: 2.7" ,
122
122
"Programming Language :: Python :: 3.3" ,
123
+ "Programming LAnguage :: Python :: 3.4" ,
123
124
"Programming Language :: Python :: Implementation :: CPython" ,
124
125
"Programming Language :: Cython" ,
125
126
"Operating System :: POSIX" ,
You can’t perform that action at this time.
0 commit comments