浏览代码

drop support of python 3.4

Bastien Sevajol 6 年前
父节点
当前提交
2bf383da07
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 0 1
      .travis.yml
  2. 3 1
      README.md

+ 0 - 1
.travis.yml 查看文件

1
 sudo: false
1
 sudo: false
2
 language: python
2
 language: python
3
 python:
3
 python:
4
-  - "3.4"
5
   - "3.5"
4
   - "3.5"
6
   - "3.6"
5
   - "3.6"
7
 
6
 

+ 3 - 1
README.md 查看文件

34
 
34
 
35
 Hapic is under active development, based on Algoo projects. We will answer your questions and accept merge requests if you find bugs or want to include functionnalities.
35
 Hapic is under active development, based on Algoo projects. We will answer your questions and accept merge requests if you find bugs or want to include functionnalities.
36
 
36
 
37
+Hapic is currently tested on python 3.5 and 3.6.
38
+
37
 ## TODO references
39
 ## TODO references
38
 
40
 
39
 TODO can make reference to #X, this is github issues references.
41
 TODO can make reference to #X, this is github issues references.
168
 - managing output schema
170
 - managing output schema
169
 - management of error cases (404, 500, etc)
171
 - management of error cases (404, 500, etc)
170
 - nice exception handling
172
 - nice exception handling
171
-- automatic dict/object serialization
173
+- automatic dict/object serialization