Skip to content

Commit beb7341

Browse files
committed
Remove Python 3.4 support (jupyter-client needs at least 3.5)
1 parent cb197e2 commit beb7341

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ os:
44
- osx
55
env:
66
matrix:
7-
- PYTHON_VERSION=3.4
87
- PYTHON_VERSION=3.5
98
- PYTHON_VERSION=3.6
109
- PYTHON_VERSION=3.7

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = 'ipycanvas'
2323

2424
# Ensure a valid python version
25-
ensure_python('>=3.4')
25+
ensure_python('>=3.5')
2626

2727
# Get our version
2828
version = get_version(pjoin(name, '_version.py'))
@@ -78,7 +78,6 @@
7878
'License :: OSI Approved :: BSD License',
7979
'Programming Language :: Python',
8080
'Programming Language :: Python :: 3',
81-
'Programming Language :: Python :: 3.4',
8281
'Programming Language :: Python :: 3.5',
8382
'Programming Language :: Python :: 3.6',
8483
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)