Skip to content

Commit 748fc6f

Browse files
committed
Don't support python 3.2
1 parent aec61c5 commit 748fc6f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- '2.7'
4-
- '3.2'
54
- '3.3'
65
- '3.4'
76
- '3.5'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"License :: OSI Approved :: MIT License",
2222
"Programming Language :: Python :: 2.7",
2323
'Programming Language :: Python :: 3',
24-
'Programming Language :: Python :: 3.2',
2524
'Programming Language :: Python :: 3.3',
26-
'Programming Language :: Python :: 3.4'
25+
'Programming Language :: Python :: 3.4',
26+
'Programming Language :: Python :: 3.5'
2727
],
2828
keywords=["gogs", "http", "client"],
2929
packages=find_packages(),

0 commit comments

Comments
 (0)