We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd7bb9 commit 3d4ba1bCopy full SHA for 3d4ba1b
README.md
@@ -105,7 +105,7 @@ Arctic storage implementations are **pluggable**. VersionStore is the default.
105
106
Arctic currently works with:
107
108
- * Python 2.7 or 3.3
+ * Python 2.7, 3.3, 3.4
109
* pymongo >= 3.0
110
* Pandas
111
* MongoDB >= 2.4.x
setup.py
@@ -120,6 +120,7 @@ def run_tests(self):
120
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
121
"Programming Language :: Python :: 2.7",
122
"Programming Language :: Python :: 3.3",
123
+ "Programming LAnguage :: Python :: 3.4",
124
"Programming Language :: Python :: Implementation :: CPython",
125
"Programming Language :: Cython",
126
"Operating System :: POSIX",
0 commit comments