Skip to content

Commit 2183958

Browse files
committed
Dropping official support for Python 2.6
1 parent 54b34c6 commit 2183958

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22

33
python:
4-
- "2.6"
54
- "2.7"
65
- "3.3"
76
- "3.4"

doc/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"\n",
2626
"## Installation\n",
2727
"\n",
28-
"`Pyflex` utilizes [ObsPy](http://obspy.org) (and some of its dependencies) for the processing and data handling. As a first step, please follow the [installation instructions of ObsPy](https://github.com/obspy/obspy/wiki#installation) for your given platform (we recommend the installation with [Anaconda](https://github.com/obspy/obspy/wiki/Installation-via-Anaconda) as it will most likely result in the least amount of problems). `Pyflex` should work with Python versions 2.6, 2.7, 3.3, and 3.4 (mainly depends on the used ObsPy version). To install it, best use `pip`:\n",
28+
"`Pyflex` utilizes [ObsPy](http://obspy.org) (and some of its dependencies) for the processing and data handling. As a first step, please follow the [installation instructions of ObsPy](https://github.com/obspy/obspy/wiki#installation) for your given platform (we recommend the installation with [Anaconda](https://github.com/obspy/obspy/wiki/Installation-via-Anaconda) as it will most likely result in the least amount of problems). `Pyflex` should work with Python versions 2.7, 3.3, and 3.4 (mainly depends on the used ObsPy version). To install it, best use `pip`:\n",
2929
"\n",
3030
"```bash\n",
3131
"$ pip install pyflex\n",
@@ -491,4 +491,4 @@
491491
"metadata": {}
492492
}
493493
]
494-
}
494+
}

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def read(*names, **kwargs):
5252
"Operating System :: POSIX",
5353
"Operating System :: Microsoft :: Windows",
5454
"Programming Language :: Python",
55-
"Programming Language :: Python :: 2.6",
5655
"Programming Language :: Python :: 2.7",
5756
"Programming Language :: Python :: 3",
5857
"Programming Language :: Python :: 3.3",

0 commit comments

Comments
 (0)