Skip to content

Commit 5f8c590

Browse files
committed
Support Python 3.4.
1 parent 193f884 commit 5f8c590

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cache: pip
99

1010
python:
1111
- 2.7
12+
- 3.4
1213
- 3.5
1314
- 3.6
1415

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
readme = open('README.rst').read()
1313

1414
setup_requires = [
15-
'autosemver~=0.0,>=0.5.2',
15+
'autosemver~=0.0,>=0.5.3',
1616
]
1717

1818
install_requires = [
@@ -71,6 +71,7 @@
7171
'Programming Language :: Python :: 2',
7272
'Programming Language :: Python :: 2.7',
7373
'Programming Language :: Python :: 3',
74+
'Programming Language :: Python :: 3.4',
7475
'Programming Language :: Python :: 3.5',
7576
'Programming Language :: Python :: 3.6',
7677
'Programming Language :: Python',

0 commit comments

Comments
 (0)