Skip to content

Commit c383b7d

Browse files
committed
Removing support for puthon 3.1 and 3.2 (No protobuf support)
1 parent 7bda2d5 commit c383b7d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ addons:
99

1010
python:
1111
- "2.7"
12-
- "3.2"
1312
- "3.3"
1413
- "3.4"
1514
- "3.5"
15+
- "3.6"
1616

1717
env:
1818
global:

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
colorama
22
protobuf==3.2.0
33
redbaron
4-
coverage==3.7.1 ; python_version == '3.2'
5-
coverage>=3.7.1 ; python_version != '3.2'
4+
coverage>=3.7.1
65
twine

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
'License :: OSI Approved :: MIT License',
1717
'Programming Language :: Python :: 2.7',
1818
'Programming Language :: Python :: 3',
19-
'Programming Language :: Python :: 3.1',
20-
'Programming Language :: Python :: 3.2',
2119
'Programming Language :: Python :: 3.3',
2220
'Programming Language :: Python :: 3.4',
2321
'Programming Language :: Python :: 3.5',
22+
'Programming Language :: Python :: 3.6',
2423
],
2524
install_requires=['protobuf==3.2.0', 'redBaron', 'colorama'],
2625
)

0 commit comments

Comments
 (0)