Skip to content

Commit 3d4ba1b

Browse files
committed
A few more changes for Python 3.4
1 parent 4dd7bb9 commit 3d4ba1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

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

106106
Arctic currently works with:
107107

108-
* Python 2.7 or 3.3
108+
* Python 2.7, 3.3, 3.4
109109
* pymongo >= 3.0
110110
* Pandas
111111
* 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)