We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193f884 commit 5f8c590Copy full SHA for 5f8c590
.travis.yml
@@ -9,6 +9,7 @@ cache: pip
9
10
python:
11
- 2.7
12
+ - 3.4
13
- 3.5
14
- 3.6
15
setup.py
@@ -12,7 +12,7 @@
readme = open('README.rst').read()
setup_requires = [
- 'autosemver~=0.0,>=0.5.2',
+ 'autosemver~=0.0,>=0.5.3',
16
]
17
18
install_requires = [
@@ -71,6 +71,7 @@
71
'Programming Language :: Python :: 2',
72
'Programming Language :: Python :: 2.7',
73
'Programming Language :: Python :: 3',
74
+ 'Programming Language :: Python :: 3.4',
75
'Programming Language :: Python :: 3.5',
76
'Programming Language :: Python :: 3.6',
77
'Programming Language :: Python',
0 commit comments