Skip to content

Commit 2ba7f5f

Browse files
gfyoungjreback
authored andcommitted
DEPS: Drop Python 3.4 support (#16303)
* DEPS: Drop Python 3.4 support Closes gh-15251. * TST: Patch locale failure on Circle
1 parent 0ea0f25 commit 2ba7f5f

17 files changed

+72
-73
lines changed

ci/requirements-3.4.build

Lines changed: 0 additions & 4 deletions
This file was deleted.

ci/requirements-3.4.pip

Lines changed: 0 additions & 2 deletions
This file was deleted.

ci/requirements-3.4.run

Lines changed: 0 additions & 18 deletions
This file was deleted.

ci/requirements-3.4_SLOW.run

Lines changed: 0 additions & 20 deletions
This file was deleted.

ci/requirements-3.4_SLOW.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
python=3.4*
1+
python=3.6*
22
python-dateutil
33
pytz
44
nomkl
5-
numpy=1.10*
5+
numpy
66
cython

ci/requirements-3.6_LOCALE.pip

Whitespace-only changes.

ci/requirements-3.6_LOCALE.run

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
python-dateutil
2+
pytz
3+
numpy
4+
scipy
5+
openpyxl
6+
xlsxwriter
7+
xlrd
8+
xlwt
9+
numexpr
10+
pytables
11+
matplotlib
12+
lxml
13+
html5lib
14+
jinja2
15+
sqlalchemy
16+
pymysql
17+
# feather-format (not available on defaults ATM)
18+
# psycopg2 (not avail on defaults ATM)
19+
beautifulsoup4
20+
s3fs
21+
xarray
22+
ipython

ci/requirements-3.6_LOCALE_SLOW.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
python=3.6*
2+
python-dateutil
3+
pytz
4+
nomkl
5+
numpy
6+
cython

ci/requirements-3.6_LOCALE_SLOW.pip

Whitespace-only changes.

0 commit comments

Comments
 (0)