Skip to content

Commit c942776

Browse files
committed
Remove support to Python3.4
1 parent c5bd849 commit c942776

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
2-
python:
3-
- "3.4"
2+
python:
43
- "3.5"
54
- "3.6"
65
script: pytest

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
css-html-js-minify
22
jinja2
3-
typing

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
author_email='rafael.alves.ribeiro@gmail.com',
3131
url='https://github.com/rafpyprog/pygmaps.git',
3232
keywords='data visualization',
33-
classifiers=[
34-
'Programming Language :: Python :: 3.4',
33+
classifiers=[
3534
'Programming Language :: Python :: 3.5',
3635
'Programming Language :: Python :: 3.6',
3736
'Topic :: Scientific/Engineering :: GIS',

0 commit comments

Comments
 (0)