Skip to content

Commit 603f30e

Browse files
committed
remove support for Python 3.3
Pandas has dropped support for Python 3.3. We will stop testing Python 3.3 in Travis-CI. 3.4 and newer Python is readily available. There are compatibility issues with 3.3 related to module "reload" used by Pandas that make it difficult to continue to support 3.3 along with newer versions of Python. See also: pandas-dev/pandas#11273 https://stackoverflow.com/questions/961162/reloading-module-giving-nameerror-name-reload-is-not-defined
1 parent 2e0c428 commit 603f30e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.3'
54
- '3.4'
65
- '3.5'
76
install:

0 commit comments

Comments
 (0)