Skip to content

Commit b7dceec

Browse files
Bump cython version (#30)
* Bump cython version * no more 3.4 Co-authored-by: Lindsey Truong <lindsey8417@gmail.com>
1 parent 56eafcd commit b7dceec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.3
1+
3.6.5

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ services:
22
- postgresql
33
language: python
44
python:
5-
- "3.4"
65
- "3.5"
6+
- "3.6"
77
before_install:
88
- export BOTO_CONFIG=/dev/null
99
install:

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ boto3==1.7.84
55
botocore==1.10.84
66
psycopg2==2.7
77
SQLAlchemy==1.0.5
8-
Cython==0.24.1
8+
Cython==0.29.17
99
pandas>=0.14.0
1010
freezegun==0.3.5
1111
moto==0.4.23

0 commit comments

Comments
 (0)