Skip to content

Commit c363049

Browse files
committed
DEPS: Drop Python 3.4 support
Closes gh-15251.
1 parent 379fa87 commit c363049

14 files changed

+35
-65
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.

ci/requirements-3.6.run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html5lib
1414
jinja2
1515
sqlalchemy
1616
pymysql
17-
feather-format
17+
# feather-format (not available on defaults ATM)
1818
# psycopg2 (not avail on defaults ATM)
1919
beautifulsoup4
2020
s3fs
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_SLOW.pip

Whitespace-only changes.

ci/requirements-3.6_SLOW.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 available on defaults ATM)
19+
beautifulsoup4
20+
s3fs
21+
xarray
22+
ipython

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ dependencies:
2323
0)
2424
sudo apt-get install language-pack-it && ./ci/install_circle.sh JOB="2.7_COMPAT" LOCALE_OVERRIDE="it_IT.UTF-8" ;;
2525
1)
26-
sudo apt-get install language-pack-zh-hans && ./ci/install_circle.sh JOB="3.4_SLOW" LOCALE_OVERRIDE="zh_CN.UTF-8" ;;
26+
sudo apt-get install language-pack-zh-hans && ./ci/install_circle.sh JOB="3.6_SLOW" LOCALE_OVERRIDE="zh_CN.UTF-8" ;;
2727
2)
28-
sudo apt-get install language-pack-zh-hans && ./ci/install_circle.sh JOB="3.4" LOCALE_OVERRIDE="zh_CN.UTF-8" ;;
28+
sudo apt-get install language-pack-zh-hans && ./ci/install_circle.sh JOB="3.6" LOCALE_OVERRIDE="zh_CN.UTF-8" ;;
2929
3)
3030
./ci/install_circle.sh JOB="3.5_ASCII" LOCALE_OVERRIDE="C" ;;
3131
esac

0 commit comments

Comments
 (0)